Browse Source

Add tool to factory reset tcms

George Baugh 2 năm trước cách đây
mục cha
commit
af20d38c3d
1 tập tin đã thay đổi với 9 bổ sung0 xóa
  1. 9 0
      bin/reset_install

+ 9 - 0
bin/reset_install

@@ -0,0 +1,9 @@
+#!/usr/bin/env bash
+
+rm config/auth.db
+rm config/has_users
+rm config/main.cfg
+rm config/setup
+rm data/posts.db
+rm www/assets/*
+rm data/files/*