Browse Source

autogenerate color.json file in backend setup script

Guénaël Muller 5 years ago
parent
commit
12f5132753
1 changed files with 5 additions and 0 deletions
  1. 5 0
      backend_lib.sh

+ 5 - 0
backend_lib.sh View File

@@ -37,6 +37,11 @@ function setup_config_file {
37 37
        log "generate missing wsgidav.conf ..."
38 38
        cp wsgidav.conf.sample wsgidav.conf
39 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 47
 function setup_db {