Apply suggestion from @tremor021

This commit is contained in:
Slaviša Arežina
2025-12-12 14:55:24 +01:00
committed by GitHub
parent ae85b0915b
commit d9814120e5

View File

@ -50,8 +50,7 @@ function update_script() {
$STD php bin/console cache:clear --env=prod
$STD php bin/console doctrine:migrations:migrate --env=prod --no-interaction
chown -R www-data:www-data /opt/wallabag
chmod -R 755 /opt/wallabag/var
chmod -R 755 /opt/wallabag/web/assets
chmod -R 755 /opt/wallabag/{var,web/assets}
msg_ok "Ran Migrations"
msg_info "Starting Services"