mirror of
https://github.com/linuxserver/docker-heimdall.git
synced 2025-10-29 03:57:39 +09:00
fix typo in if
This commit is contained in:
@@ -34,7 +34,7 @@ done
|
|||||||
# copy .env if not exists
|
# copy .env if not exists
|
||||||
[[ ! -f /config/www/.env ]] && \
|
[[ ! -f /config/www/.env ]] && \
|
||||||
cp /var/www/localhost/heimdall/.env.example /config/www/.env && \
|
cp /var/www/localhost/heimdall/.env.example /config/www/.env && \
|
||||||
echo "Creating app key. This may take a while on slower systems"
|
echo "Creating app key. This may take a while on slower systems" && \
|
||||||
php /var/www/localhost/heimdall/artisan key:generate
|
php /var/www/localhost/heimdall/artisan key:generate
|
||||||
# set queue driver to database
|
# set queue driver to database
|
||||||
sed -i 's/QUEUE_DRIVER=sync/QUEUE_DRIVER=database/' /config/www/.env
|
sed -i 's/QUEUE_DRIVER=sync/QUEUE_DRIVER=database/' /config/www/.env
|
||||||
|
|||||||
Reference in New Issue
Block a user