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
|
||||
if [ ! "$COMMIT_MESSAGE" ]
|
||||
then
|
||||
COMMIT_MESSAGE="updated"
|
||||
COMMIT_MESSAGE="Update"
|
||||
fi
|
||||
echo ""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user