1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/rocketchat_ynh.git synced 2024-09-03 20:16:25 +02:00

Modifies node version to recommended 4.8.4

This commit is contained in:
Selamanse 2017-10-31 23:29:49 +01:00
parent d4a4ebe976
commit 38a7cd1de3

View file

@ -2,7 +2,7 @@
ROCKETCHAT_VERSION=0.58.4
ROCKETCHAT_SHASUM=ed53712b37571b959b5c8c8947d6335c21fced316f2b3174bfe027fa25700c44
NODE_VERSION=4.7.1
NODE_VERSION=4.8.4
waitforservice() {
isup=false; x=90; while [ $x -gt 0 ];do echo "Waiting approx. $x seconds..."; \