mirror of
https://github.com/YunoHost-Apps/rocketchat_ynh.git
synced 2024-09-03 20:16:25 +02:00
Fix spacing
This commit is contained in:
parent
f0cae33c9a
commit
4f38dd09e4
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ waitforservice() {
|
|||
|
||||
installnode(){
|
||||
|
||||
if [ $DEBIAN_ISSUE == "stretch"]; then
|
||||
if [ $DEBIAN_ISSUE == "stretch"]; then
|
||||
sudo apt-get install -y nodejs
|
||||
else
|
||||
sudo apt-get install -y npm
|
||||
|
|
Loading…
Reference in a new issue