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 a44843c commit 5a01c5dCopy full SHA for 5a01c5d
init.sh
@@ -24,9 +24,7 @@ if [ "$LARAVEL_HORIZON" = false ]; then
24
fi
25
26
if [ "$LARAVEL_HORIZON" = true ]; then
27
- sed -e "s~%%QUEUE_CONNECTION%%~$QUEUE_CONNECTION~" \
28
- -e "s~%%QUEUE_NAME%%~$QUEUE_NAME~" \
29
- /etc/supervisor/conf.d/laravel-horizon.conf.tpl > /etc/supervisor/supervisord.conf
+ cp /etc/supervisor/conf.d/laravel-horizon.conf.tpl /etc/supervisor/supervisord.conf
30
31
32
supervisord --nodaemon --configuration /etc/supervisor/supervisord.conf
0 commit comments