Browse Source

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

tunefish 2 years ago
parent
commit
7082128bdf
1 changed files with 1 additions and 1 deletions
  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