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:
parent
d4a4ebe976
commit
38a7cd1de3
1 changed files with 1 additions and 1 deletions
|
@ -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..."; \
|
||||
|
|
Loading…
Add table
Reference in a new issue