Update pialert-cli

This commit is contained in:
leiweibau
2022-08-09 22:23:55 +02:00
committed by jokob-sk
parent 7c96059b7f
commit 8eb28d15b4

View File

@@ -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 ""
;;