jbomb-automate #4

Merged
phanipavank merged 9 commits from jbomb-automate into master 2026-01-13 15:03:35 +00:00
Showing only changes of commit 9e3a36aa0e - Show all commits

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