mail-scripts

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 061a913b286ee81a5eeb0f10d43bc3bb67944069
parent 96811c0f5ecebfabb7628d6e68bb74c10c41e988
Author: Brennen T. Mazur <dev@brennen.work>
Date:   Thu,  1 Aug 2024 21:01:33 -0600

Error clarification

Diffstat:
MNewEmail.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/NewEmail.sh b/NewEmail.sh @@ -50,6 +50,6 @@ then echo "generated credential line: ${CREDENTIALLINE}" echo "logging to: ${newemaillog}" else - echo "needs to be run as root" + echo "Script needs to be run as root" exit 1 fi