Skip to content

Commit

Permalink
missed a save2
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnewhall committed Mar 19, 2024
1 parent e5d706c commit 1896642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root/config/supervisor/prestart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ln -sf "/share/websites/confs/server.$(hostname -s)" "/config/server.json"
# We also create a symlink to a server-specific log directory in shared storage.
ln -Tsf "/share/logs/notifiarr/supervisor/$(hostname -s)" "/config/log"

# This script creates (builds) supervisor configurations for this server.
# This php script creates (builds) the supervisord configurations for this server.
php /share/websites/www/notifiarr.com/supervisor/confBuilder.php
# The files created by confBuilder.php go in this directory. Fix their ownership.
chown -R abc: "/share/workers/$(hostname -s)/supervisor"

0 comments on commit 1896642

Please sign in to comment.