user management commands automated

This commit is contained in:
2026-01-02 17:58:00 +05:30
parent f012e5a150
commit 4af43d612b

2
jconf
View File

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