Skip to content

Commit

Permalink
Support start and run commands as well
Browse files Browse the repository at this point in the history
  • Loading branch information
codeasashu committed Jan 22, 2017
1 parent 927e1d3 commit 509af14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syncd
Expand Up @@ -36,7 +36,7 @@ case $1 in
export WATCH_EXCLUDE
export WATCH_VERBOSE
export WATCH_DIR
$SCRIPT_DIR/watch.sh $COMMAND >> $LOGFILE &
$SCRIPT_DIR/watch.sh eval $COMMAND >> $LOGFILE &
echo "$!" > $PIDFILE
echo "Starting $DAEMON_NAME..."
;;
Expand Down

0 comments on commit 509af14

Please sign in to comment.