1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nocodb_ynh.git synced 2024-09-03 19:56:01 +02:00
This commit is contained in:
Éric Gaspar 2023-11-21 22:00:08 +01:00
parent e77f68ca12
commit 09fd363d2c
2 changed files with 2 additions and 0 deletions

View file

@ -19,6 +19,7 @@ ynh_restore_file --origin_path="$install_dir"
chmod -R o-rwx "$install_dir"
chown -R $app:www-data "$install_dir"
chmod +x $install_dir/nocodb
#=================================================
# RESTORE THE MYSQL DATABASE

View file

@ -38,6 +38,7 @@ fi
chmod -R o-rwx "$install_dir"
chown -R $app:www-data "$install_dir"
chmod +x $install_dir/nocodb
#=================================================
# UPGRADE DEPENDENCIES