mirror of
https://github.com/YunoHost-Apps/haste_ynh.git
synced 2024-09-03 20:36:28 +02:00
Update restore
This commit is contained in:
parent
6a6634aaa5
commit
c99abeec97
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ ynh_restore_file --origin_path="/usr/bin/$app"
|
|||
chmod 750 "$final_path"
|
||||
chmod -R o-rwx "$final_path"
|
||||
chown -R $app:www-data "$final_path"
|
||||
chown -R $app: $data_path
|
||||
chown -R $app: "/home/yunohost.app/$app"
|
||||
chmod +x /usr/bin/$app
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue