Sfoglia il codice sorgente

fix install script: remove uuidgen

0xJacky 3 anni fa
parent
commit
fb370b6546
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      install.sh

+ 1 - 1
install.sh

@@ -160,7 +160,7 @@ cat > "$DataPath/app.ini" << EOF
 [server]
 HttpPort = ${Port}
 RunMode = release
-JwtSecret = $(uuidgen)
+JwtSecret = 
 Email =
 HTTPChallengePort = ${HTTPChallengePort}
 EOF