1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ergo_ynh.git synced 2024-09-03 18:26:31 +02:00
This commit is contained in:
navanchauhan 2022-07-07 00:10:14 +05:30
parent 53d17a5e46
commit 97494dfa3b

View file

@ -77,16 +77,6 @@ chmod 750 "$final_path_www"
chmod -R o-rwx "$final_path_www"
chown -R $app:www-data "$final_path_www"
#=================================================
# SPECIFIC RESTORATION
#=================================================
# REINSTALL DEPENDENCIES
#=================================================
ynh_script_progression --message="Reinstalling dependencies..." --weight=1
# Define and install dependencies
ynh_install_app_dependencies $pkg_dependencies
#=================================================
# RESTORE THE MYSQL DATABASE
#=================================================