remove unencrypted password warnings, passwords encrypted now

This commit is contained in:
Matthew Saunders Brown 2023-04-15 12:40:19 -07:00
parent 77b8882969
commit 5788ca2040
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ help()
echo " -p <password> Password for username. Optional, random password generated if none specified."
echo " -x <fpmmax> PHP-FPM pm.max_children. Optional, defaults to 4, recommended range 2-12 on Shared Server."
echo " -j Whether or not to jail the user. Optional, default is to not jail user."
echo " -w Write user & mysql info to files. Warning! This inlcudes the unencrypted passwords."
echo " -w Write user & mysql info to files."
exit
}

View File

@ -19,7 +19,7 @@ help()
echo " -u <username> System username to add to server."
echo " -p <password> Password for username. Optional, random password generated if none specified."
echo " -i <uid> Numberic User ID to assign to user. Optional, next available uid set if none specified."
echo " -w Write user info to /home/username/.passwd. Warning! This inlcudes the unencrypted password."
echo " -w Write user info to /home/username/.passwd."
exit
}