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 #55 from YunoHost-Apps/testing

Testing
This commit is contained in:
Maniack Crudelis 2018-12-08 12:09:56 +01:00 committed by GitHub
commit 8a8066c189
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 1 deletions

View file

@ -11,4 +11,4 @@ nodejs_version=6
# Version of mypads # Version of mypads
# This variable is mostly used to force an upgrade of the package in case of new versions of mypads. # This variable is mostly used to force an upgrade of the package in case of new versions of mypads.
mypads_version=1.6.2 mypads_version=1.6.8

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