Explorar el Código

Remove mongodb from completion file

Bob Mottram hace 7 años
padre
commit
72ff2321e8
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      src/freedombone-utils-mongodb

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

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