Parcourir la source

autogenerate color.json file in backend setup script

Guénaël Muller il y a 5 ans
Parent
révision
12f5132753
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  1. 5 0
      backend_lib.sh

+ 5 - 0
backend_lib.sh Voir le fichier

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