diff options
Diffstat (limited to 'scripts/gogs_supervisord.sh')
-rwxr-xr-x | scripts/gogs_supervisord.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/gogs_supervisord.sh b/scripts/gogs_supervisord.sh index 3038407ed4..4488960e6a 100755 --- a/scripts/gogs_supervisord.sh +++ b/scripts/gogs_supervisord.sh @@ -5,8 +5,8 @@ echo 'plase remember to modify the command path in etc/supervisord.conf(line 23) PID="/tmp/supervisord.pid" CONF="etc/supervisord.conf" -LOGDIR="log" -if [ ! -d $LOGDIR ]; then +LOGDIR="log" +if [ ! -d $LOGDIR ]; then mkdir $LOGDIR fi |