Skip to content

Commit 5a01c5d

Browse files
author
Robert Kummer
authored
no template variables to be replaced
1 parent a44843c commit 5a01c5d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

init.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@ if [ "$LARAVEL_HORIZON" = false ]; then
2424
fi
2525

2626
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
27+
cp /etc/supervisor/conf.d/laravel-horizon.conf.tpl /etc/supervisor/supervisord.conf
3028
fi
3129

3230
supervisord --nodaemon --configuration /etc/supervisor/supervisord.conf

0 commit comments

Comments
 (0)