Explorar o código

fix install script: remove uuidgen

0xJacky %!s(int64=3) %!d(string=hai) anos
pai
achega
fb370b6546
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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