Revert to bash, wait-for-it needs it

This commit is contained in:
2024-01-23 13:31:38 -06:00
parent 3c29d6d460
commit 14037c60e4
6 changed files with 7 additions and 6 deletions

View File

@@ -1,3 +1,3 @@
#!/command/with-contenv sh
#!/command/with-contenv bash
/usr/sbin/crond -fL /dev/null

View File

@@ -1,3 +1,3 @@
#!/command/with-contenv sh
#!/command/with-contenv bash
/usr/sbin/nginx -g "daemon off;"

View File

@@ -1,3 +1,3 @@
#!/command/with-contenv sh
#!/command/with-contenv bash
/usr/sbin/php-fpm -Fc /etc/php

View File

@@ -1,4 +1,4 @@
#!/command/with-contenv sh
#!/command/with-contenv bash
s6-setuidgid nginx
/usr/bin/php /var/www/pterodactyl/artisan queue:work --queue=high,standard,low --sleep=3 --tries=3