Fix Password Bug for SOREMOTE

This commit is contained in:
Mike Reeves
2020-04-02 18:01:39 -04:00
parent 4c112453eb
commit 1b6222a04b
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -140,7 +140,7 @@ whiptail_create_soremote_user() {
whiptail_create_soremote_user_password1() {
REMOTEPASS1=$(whiptail --title "Security Onion Install" --passwordbox \
SOREMOTEPASS1=$(whiptail --title "Security Onion Install" --passwordbox \
"Enter a password for user soremote" 10 75 3>&1 1>&2 2>&3)
local exitstatus=$?
@@ -150,7 +150,7 @@ whiptail_create_soremote_user_password1() {
whiptail_create_soremote_user_password2() {
REMOTEPASS2=$(whiptail --title "Security Onion Install" --passwordbox \
SOREMOTEPASS2=$(whiptail --title "Security Onion Install" --passwordbox \
"Re-enter a password for user soremote" 10 75 3>&1 1>&2 2>&3)
local exitstatus=$?