diff --git a/root/etc/services.d/queue/run b/root/etc/services.d/queue/run index 99b3fbf..8b7226f 100644 --- a/root/etc/services.d/queue/run +++ b/root/etc/services.d/queue/run @@ -1,4 +1,5 @@ #!/usr/bin/with-contenv bash +# shellcheck shell=bash exec \ s6-setuidgid abc php /app/www/artisan queue:work database --sleep=3 --tries=3 diff --git a/root/migrations/02-default-location b/root/migrations/02-default-location index d4119eb..5b5b324 100644 --- a/root/migrations/02-default-location +++ b/root/migrations/02-default-location @@ -1,4 +1,5 @@ #!/usr/bin/with-contenv bash +# shellcheck shell=bash DEFAULT_CONF="/config/nginx/site-confs/default.conf" OLD_ROOT="root /var/www/localhost/heimdall/public;"