standardize: read user input with [key] instead of <key>; pm2 --name=* -e * -o *
This commit is contained in:
parent
5253cac12b
commit
a9ecff6160
@ -30,7 +30,7 @@ echo "=== Enter [commit message] or [leave blank] for default to 'updated'"
|
|||||||
read -p ">>> " COMMIT_MESSAGE
|
read -p ">>> " COMMIT_MESSAGE
|
||||||
if [ ! "$COMMIT_MESSAGE" ]
|
if [ ! "$COMMIT_MESSAGE" ]
|
||||||
then
|
then
|
||||||
COMMIT_MESSAGE="updated"
|
COMMIT_MESSAGE="Update"
|
||||||
fi
|
fi
|
||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user