Remove extra outputs from list-running

This commit is contained in:
lakinduakash 2019-04-15 00:17:33 +05:30
parent de3091cc83
commit 0012bb8118

View File

@ -1264,7 +1264,7 @@ trap "die" SIGUSR2
[[ -n "$STORE_CONFIG" ]] && write_config "$@"
if [[ $LIST_RUNNING -eq 1 ]]; then
echo -e "List of running $PROGNAME instances:\n"
#echo -e "List of running $PROGNAME instances:\n"
list_running
exit 0
fi