瀏覽代碼

Remove mongodb from completion file

Bob Mottram 7 年之前
父節點
當前提交
72ff2321e8
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      src/freedombone-utils-mongodb

+ 1
- 0
src/freedombone-utils-mongodb 查看文件

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