Remove nodejs from completion file

This commit is contained in:
Bob Mottram 2016-11-04 14:54:38 +00:00
parent 1dd160dd63
commit 871da3f123
1 changed files with 1 additions and 0 deletions

View File

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