Update upgrade

This commit is contained in:
ericgaspar 2024-08-14 13:42:44 +02:00
parent eb8de9692b
commit 8b7e9ce908
1 changed files with 4 additions and 0 deletions

View File

@ -20,6 +20,10 @@ chmod -R o-rwx "$install_dir"
chown -R $app:www-data "$install_dir"
chmod -R 770 "$install_dir/storage"
pushd "$install_dir"
php$phpversion $install_dir/index.php console migrate
popd
#=================================================
# REAPPLY SYSTEM CONFIGURATIONS
#=================================================