Missing space breaks bash parsing of the whole file

This commit is contained in:
Alexandre Aubin 2019-02-26 00:40:16 +01:00
parent fa4023283b
commit 990eeb76e1

View file

@ -99,7 +99,7 @@ ynh_install_nodejs () {
# Install the requested version of nodejs # Install the requested version of nodejs
uname=$(uname -m) uname=$(uname -m)
if [[ $uname =~ aarch64 || $uname =~ arm64]] if [[ $uname =~ aarch64 || $uname =~ arm64 ]]
then then
n $nodejs_version --arch=arm64 n $nodejs_version --arch=arm64
else else