mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 01:26:11 -08:00
Update pialert-cli
This commit is contained in:
@@ -10,15 +10,15 @@ case $1 in
|
||||
echo ""
|
||||
echo "The is a list of supported commands:"
|
||||
echo ""
|
||||
echo " set_login - Set the parameter PIALERT_WEB_PROTECTION in the config file to TRUE"
|
||||
echo " set_login - Sets the parameter PIALERT_WEB_PROTECTION in the config file to TRUE"
|
||||
echo " - If the parameter is not present, it will be created with the default password '123456'."
|
||||
echo ""
|
||||
echo " unset_login - set the parameter PIALERT_WEB_PROTECTION in the config file to FALSE"
|
||||
echo " unset_login - Sets the parameter PIALERT_WEB_PROTECTION in the config file to FALSE"
|
||||
echo " - If the parameter is not present, it will be created with the default password '123456'."
|
||||
echo ""
|
||||
echo " set_password <new_password> - set the new password as a hashed value"
|
||||
echo " set_password <new_password> - Sets the new password as a hashed value"
|
||||
echo ""
|
||||
echo " set_autopassword - set the new random password as a hashed value and show it plaintext in the console"
|
||||
echo " set_autopassword - Sets a new random password as a hashed value and show it plaintext in the console"
|
||||
echo ""
|
||||
echo ""
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user