standardize: read user input with [key] instead of <key>; pm2 --name=* -e * -o *

This commit is contained in:
陆柯 2023-10-10 19:26:39 +08:00
parent 5253cac12b
commit a9ecff6160

View File

@ -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 ""