diff --git a/scripts/_common.sh b/scripts/_common.sh index 2f7b168..13e708c 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -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