Skip to content

Commit e2e66e1

Browse files
authored
fix startup bug
1 parent 98c3bed commit e2e66e1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

root/config/supervisor/prestart.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ ln -sf "/share/websites/confs/server.$(hostname -s)" "/config/server.json"
1212
# We also create a symlink to a server-specific log directory in shared storage.
1313
ln -Tsf "/share/logs/notifiarr/supervisor/$(hostname -s)" "/config/log"
1414

15-
mkdir "/share/workers/$(hostname -s)"
16-
mkdir "/share/workers/$(hostname -s)/supervisor"
15+
mkdir -p "/share/workers/$(hostname -s)/supervisor"
1716
cp /share/workers/defaults/local.conf "/share/workers/$(hostname -s)/supervisor"
1817

1918
# This php script creates (builds) the supervisord configurations for this server.

0 commit comments

Comments
 (0)