Remove mongodb from completion file

This commit is contained in:
Bob Mottram 2017-11-23 19:57:43 +00:00
parent b523cd120f
commit 72ff2321e8
1 changed files with 1 additions and 0 deletions

View File

@ -125,6 +125,7 @@ function remove_mongodb {
if [ -f /etc/init.d/mongodb ]; then
rm /etc/init.d/mongodb
fi
sed -i '/install_mongodb/d' $COMPLETION_FILE
fi
}