mirror of
https://github.com/YunoHost-Apps/etherpad_mypads_ynh.git
synced 2024-09-03 18:36:09 +02:00
commit
8a8066c189
2 changed files with 8 additions and 1 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue