Update pialert-cli
This commit is contained in:
@@ -10,15 +10,15 @@ case $1 in
|
|||||||
echo ""
|
echo ""
|
||||||
echo "The is a list of supported commands:"
|
echo "The is a list of supported commands:"
|
||||||
echo ""
|
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 " - If the parameter is not present, it will be created with the default password '123456'."
|
||||||
echo ""
|
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 " - If the parameter is not present, it will be created with the default password '123456'."
|
||||||
echo ""
|
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 ""
|
||||||
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 ""
|
||||||
echo ""
|
echo ""
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user