Browse Source

#486 fix RTL install script

master
Christian Rotzoll 6 years ago
parent
commit
0833e0789c
  1. 2
      home.admin/config.scripts/bonus.rtl.sh

2
home.admin/config.scripts/bonus.rtl.sh

@ -41,7 +41,7 @@ if [ "$1" = "1" ] || [ "$1" = "on" ]; then
# check if nodeJS was installed
nodeJSInstalled=$(node -v | grep -c "v11.")
if [ nodeJSInstalled -eq 0 ]; then
if [ ${nodeJSInstalled} -eq 0 ]; then
echo "FAIL - Was not able to install nodeJS 11"
echo "ABORT - RTL install"
exit 1

Loading…
Cancel
Save