We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a362cf commit 0cf5f7eCopy full SHA for 0cf5f7e
root/config/supervisor/prestart.sh
@@ -16,6 +16,10 @@ mkdir -p "/share/workers/$(hostname -s)/supervisor"
16
cp /share/workers/defaults/local.conf "/share/workers/$(hostname -s)/supervisor"
17
18
# This php script creates (builds) the supervisord configurations for this server.
19
-php /share/websites/www/notifiarr.com/supervisor/confBuilder.php
+if ! php /share/websites/www/notifiarr.com/supervisor/confBuilder.php; then
20
+ echo "The previous error is from confBuilder.php" >&2
21
+ exit 1
22
+fi
23
+
24
# The files created by confBuilder.php go in this directory. Fix their ownership.
25
chown -R abc: "/share/workers/$(hostname -s)/supervisor"
0 commit comments