mirror of
https://github.com/YunoHost-Apps/conduit_ynh.git
synced 2024-09-03 18:16:30 +02:00
fix
This commit is contained in:
parent
c479bb2a7a
commit
f53fd8e63b
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue