Add more option to script tool.

This commit is contained in:
Cotes Chung 2020-08-21 13:43:10 +08:00
parent 31ac709e04
commit 3ddf5047b5
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ WORK_DIR=$(dirname $(dirname $(realpath "$0")))
CONTAINER=.container CONTAINER=.container
SYNC_TOOL=_scripts/sh/sync_monitor.sh SYNC_TOOL=_scripts/sh/sync_monitor.sh
cmd="bundle exec jekyll s" cmd="bundle exec jekyll s -l -o"
realtime=false realtime=false