1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/conduit_ynh.git synced 2024-09-03 18:16:30 +02:00
This commit is contained in:
Éric Gaspar 2023-08-11 13:13:32 +02:00
parent c479bb2a7a
commit f53fd8e63b
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ ynh_script_progression --message="Restoring the app main directory..." --weight=
ynh_restore_file --origin_path="$install_dir"
chown -R $app:www-data "$install_dir"
chown -R $app:root "$install_dir"
#=================================================
# RESTORE SYSTEM CONFIGURATIONS

View file

@ -32,7 +32,7 @@ then
ynh_setup_source --dest_dir="$install_dir"
fi
chown -R $app:www-data "$install_dir"
chown -R $app:root "$install_dir"
chmod +x -R "$install_dir/conduit"
#=================================================