From 7188cdd0e6afd0ec5ebbece277727898d6a84a91 Mon Sep 17 00:00:00 2001 From: Kristo Copani Date: Sat, 30 Nov 2024 20:17:20 +0200 Subject: [PATCH] test update --- ct/firefly.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/firefly.sh b/ct/firefly.sh index b9a4b326..bbc2d40c 100644 --- a/ct/firefly.sh +++ b/ct/firefly.sh @@ -80,7 +80,7 @@ check_container_resources mv /opt/storage /opt/firefly-iii/storage chown -R www-data:www-data /opt/firefly-iii chmod -R 775 /opt/firefly-iii/storage - composer install --no-dev &>/dev/null + composer install --no-dev php artisan migrate --seed &>/dev/null php artisan firefly-iii:decrypt-all &>/dev/null php artisan cache:clear &>/dev/null