Explorar el Código

fix install script: remove uuidgen

0xJacky hace 3 años
padre
commit
fb370b6546
Se han modificado 1 ficheros con 1 adiciones y 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