Explorar el Código

Merge branch 'dockerize/server' of hostbbq/hostbbq-monitoring into master

tunefish hace 2 años
padre
commit
59f5349f35
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      server/install/install.sh

+ 2 - 0
server/install/install.sh

@@ -47,6 +47,8 @@ git submodule update
 
 if [[ -f "$INSTALL_DIR/.env" ]]; then
   export $(cat "$INSTALL_DIR/.env" | xargs)
+else 
+  export $(cat ".env.default" | xargs)
 fi
 
 if [[ ! -d "$PWD/$DATA_DIR" ]]; then