1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wetty_ynh.git synced 2024-09-03 18:16:29 +02:00

Fix restore script

This commit is contained in:
Salamandar 2023-06-10 21:28:57 +02:00
parent fe5b2cbb69
commit f9128326e3

View file

@ -26,12 +26,8 @@ ynh_script_progression --message="Restoring the app main directory..." --weight=
ynh_restore_file --origin_path="$install_dir" ynh_restore_file --origin_path="$install_dir"
#================================================= chmod -R o-rwx "$install_dir"
# RESTORE USER RIGHTS chown -R $app:www-data "$install_dir"
#=================================================
# Restore permissions on app files
chown -R root: "$install_dir"
#================================================= #=================================================
# SPECIFIC RESTORATION # SPECIFIC RESTORATION