From 5788ca2040289a24529e7c96f0de07b958d05324 Mon Sep 17 00:00:00 2001 From: Matthew Saunders Brown Date: Sat, 15 Apr 2023 12:40:19 -0700 Subject: [PATCH] remove unencrypted password warnings, passwords encrypted now --- bin/vhost-deploy.sh | 2 +- bin/vhost-user-add.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/vhost-deploy.sh b/bin/vhost-deploy.sh index 43d4884..01eb7bc 100755 --- a/bin/vhost-deploy.sh +++ b/bin/vhost-deploy.sh @@ -21,7 +21,7 @@ help() echo " -p Password for username. Optional, random password generated if none specified." echo " -x 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 } diff --git a/bin/vhost-user-add.sh b/bin/vhost-user-add.sh index fb6ce8c..f3dffea 100755 --- a/bin/vhost-user-add.sh +++ b/bin/vhost-user-add.sh @@ -19,7 +19,7 @@ help() echo " -u System username to add to server." echo " -p Password for username. Optional, random password generated if none specified." echo " -i 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 }