1
0
Fork 0
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:
Maniack Crudelis 2018-09-20 22:09:43 +02:00 committed by GitHub
parent b6566b1b37
commit 85be69b5ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
#=================================================