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
4f38dd09e4
commit
9ee6ac9e53
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…
Add table
Reference in a new issue