Browse Source

Remove mongodb from completion file

Bob Mottram 7 years ago
parent
commit
72ff2321e8
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/freedombone-utils-mongodb

+ 1
- 0
src/freedombone-utils-mongodb View File

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