1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/etherpad_mypads_ynh.git synced 2024-09-03 18:36:09 +02:00

Merge pull request #53 from YunoHost-Apps/perms_restore

Set permissions during the restore script
This commit is contained in:
Maniack Crudelis 2018-09-24 11:54:12 +02:00 committed by GitHub
commit 229e330719
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 cache clean
npm install forever -g >> $install_log 2>&1 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 # ENABLE SERVICE IN ADMIN PANEL
#================================================= #=================================================