Files
Igor Lins e Silva bb28ac7139 update packages
2022-11-09 11:54:27 -03:00

7 lines
137 B
Bash
Executable File

#!/usr/bin/env bash
if [ $# -eq 0 ]; then
echo 'Please inform the app name. ex: "./stop.sh indexer"'
exit 1
fi
pm2 trigger "$@" stop