Fix update (#8972)

This commit is contained in:
Slaviša Arežina
2025-11-08 12:14:48 +01:00
committed by Michel Roegl-Brunner
parent 726be4c58e
commit 7bfbda8204

View File

@@ -51,7 +51,7 @@ function update_script() {
find /opt/firefly/storage -type f -exec chmod 664 {} \;
mkdir -p /opt/firefly/storage/framework/{cache/data,sessions,views}
$STD sudo -u www-data php /opt/firefly/artisan cache:clear
cd /opt/firefly
$STD php artisan migrate --seed --force
$STD php artisan cache:clear
$STD php artisan view:clear