Explorar el Código

Remove nodejs from completion file

Bob Mottram hace 9 años
padre
commit
871da3f123
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      src/freedombone-utils-nodejs

+ 1
- 0
src/freedombone-utils-nodejs Ver fichero

@@ -74,6 +74,7 @@ function remove_nodejs {
74 74
         return
75 75
     fi
76 76
     if [ ! -f $NODEJS_INSTALLED_APPS_FILE ]; then
77
+        remove_app nodejs
77 78
         return
78 79
     fi
79 80
     sed -i "/install_${1}/d" $NODEJS_INSTALLED_APPS_FILE