mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-04-25 22:17:49 +02:00
Fix Password Bug for SOREMOTE
This commit is contained in:
+2
-2
@@ -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=$?
|
||||
|
||||
Reference in New Issue
Block a user