user management commands automated
Some checks failed
/ Lint Check Shellscripts (push) Failing after 32s
/ Lint Check Shellscripts (pull_request) Failing after 12s

This commit is contained in:
2026-01-02 17:58:00 +05:30
committed by Phani Pavan K
parent 3ea86d7e35
commit 9e3a36aa0e

2
jconf
View File

@@ -57,7 +57,7 @@ case "$cmd" in
echo "$2 user account created successfully"; echo "$2 user account created successfully";
break;; break;;
[Nn]* ) exit 1;; [Nn]* ) exit 1;;
* ) echo "Please answer yes or no.";; * ) echo "Please answer Y or N.";;
esac esac
done done
fi fi