mirror of
https://github.com/YunoHost-Apps/peertube_ynh.git
synced 2024-09-03 19:56:29 +02:00
Fix right permission in restore script
This commit is contained in:
parent
e6ee0799ab
commit
2472f4b37b
1 changed files with 2 additions and 2 deletions
|
@ -133,8 +133,8 @@ ynh_restore_file "/etc/logrotate.d/$app"
|
||||||
yarn install --production --pure-lockfile --silent --cache-folder /var/cache/yarn/
|
yarn install --production --pure-lockfile --silent --cache-folder /var/cache/yarn/
|
||||||
)
|
)
|
||||||
|
|
||||||
# Set right permissions for curl install
|
# Set right permissions
|
||||||
chown -R "$app":"$app" "$datadir"
|
chown -R "$app":"$app" "$final_path"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# GENERIC FINALIZATION
|
# GENERIC FINALIZATION
|
||||||
|
|
Loading…
Reference in a new issue