Skip to content

Commit

Permalink
fixing disable_queue env var
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Wojczal committed Oct 11, 2024
1 parent c39967b commit e53c354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init_multidomains.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ fi

if [ "$DISABLE_QUEUE" == 'true' ]
then
rm -f /etc/supervisor/conf.d/multidomain_queue.conf
rm -f /etc/supervisor/custom.d/multidomain_queue.conf
echo multidomain_queue.conf disabled
else
cp docker/conf/supervisor/services/multidomain_queue.conf /etc/supervisor/custom.d/multidomain_queue.conf
Expand Down

0 comments on commit e53c354

Please sign in to comment.