Bläddra i källkod

Remove mongodb from completion file

Bob Mottram 7 år sedan
förälder
incheckning
72ff2321e8
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1
    0
      src/freedombone-utils-mongodb

+ 1
- 0
src/freedombone-utils-mongodb Visa fil

@@ -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