Pārlūkot izejas kodu

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

tunefish 2 gadi atpakaļ
vecāks
revīzija
7082128bdf
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      server/install/install.sh

+ 1 - 1
server/install/install.sh

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