mirror of
https://github.com/YunoHost-Apps/easyappointments_ynh.git
synced 2024-11-09 17:42:21 +03:00
Update upgrade
This commit is contained in:
parent
eb8de9692b
commit
8b7e9ce908
1 changed files with 4 additions and 0 deletions
|
@ -20,6 +20,10 @@ chmod -R o-rwx "$install_dir"
|
||||||
chown -R $app:www-data "$install_dir"
|
chown -R $app:www-data "$install_dir"
|
||||||
chmod -R 770 "$install_dir/storage"
|
chmod -R 770 "$install_dir/storage"
|
||||||
|
|
||||||
|
pushd "$install_dir"
|
||||||
|
php$phpversion $install_dir/index.php console migrate
|
||||||
|
popd
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# REAPPLY SYSTEM CONFIGURATIONS
|
# REAPPLY SYSTEM CONFIGURATIONS
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Reference in a new issue