mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Use correct variable name
This commit is contained in:
@@ -67,7 +67,7 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Reset New User Password to user supplied password
|
# Reset New User Password to user supplied password
|
||||||
echo "$USER_PW" | so-fleet-user-update "$USER_EMAIL"
|
echo "$USER_PASS" | so-fleet-user-update "$USER_EMAIL"
|
||||||
|
|
||||||
# Disable forced password reset
|
# Disable forced password reset
|
||||||
MYSQL_OUTPUT=$(docker exec so-mysql mysql -u root --password=$MYSQL_PW fleet -e \
|
MYSQL_OUTPUT=$(docker exec so-mysql mysql -u root --password=$MYSQL_PW fleet -e \
|
||||||
|
|||||||
Reference in New Issue
Block a user