浏览代码

autogenerate color.json file in backend setup script

Guénaël Muller 6 年前
父节点
当前提交
12f5132753
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      backend_lib.sh

+ 5 - 0
backend_lib.sh 查看文件

37
        log "generate missing wsgidav.conf ..."
37
        log "generate missing wsgidav.conf ..."
38
        cp wsgidav.conf.sample wsgidav.conf
38
        cp wsgidav.conf.sample wsgidav.conf
39
     fi
39
     fi
40
+
41
+    if [ ! -f ../color.json ]; then
42
+       log "generate missing color.json ..."
43
+       cp ../color.json.sample ../color.json
44
+    fi
40
 }
45
 }
41
 
46
 
42
 function setup_db {
47
 function setup_db {