From 54e59d820e3afc50af1f5fbb194048035d069896 Mon Sep 17 00:00:00 2001 From: aptalca Date: Tue, 26 Mar 2019 13:48:12 -0400 Subject: [PATCH] fix typo in if --- root/etc/cont-init.d/50-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/etc/cont-init.d/50-config b/root/etc/cont-init.d/50-config index de91aa6..5ec1509 100644 --- a/root/etc/cont-init.d/50-config +++ b/root/etc/cont-init.d/50-config @@ -34,7 +34,7 @@ done # copy .env if not exists [[ ! -f /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 # set queue driver to database sed -i 's/QUEUE_DRIVER=sync/QUEUE_DRIVER=database/' /config/www/.env