diff --git a/scripts/restore b/scripts/restore index 0aee6c5..f6adbd1 100755 --- a/scripts/restore +++ b/scripts/restore @@ -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 diff --git a/scripts/upgrade b/scripts/upgrade index 2cf1ebe..b1060f3 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -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