mirror of
https://github.com/YunoHost-Apps/etherpad_mypads_ynh.git
synced 2024-09-03 18:36:09 +02:00
Set permissions during the restore script
This commit is contained in:
parent
b6566b1b37
commit
85be69b5ce
1 changed files with 7 additions and 0 deletions
|
@ -125,6 +125,13 @@ ynh_use_nodejs
|
|||
npm cache clean
|
||||
npm install forever -g >> $install_log 2>&1
|
||||
|
||||
#=================================================
|
||||
# SECURING FILES AND DIRECTORIES
|
||||
#=================================================
|
||||
|
||||
# Set files ownership to etherpad
|
||||
chown -R $app: $final_path
|
||||
|
||||
#=================================================
|
||||
# ENABLE SERVICE IN ADMIN PANEL
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue