Sfoglia il codice sorgente

server: docker installer - source .env.default from server/ dir *facepalm*

Christian Kahlau 2 anni fa
parent
commit
1e64b32874
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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