fix install script: remove uuidgen

This commit is contained in:
0xJacky 2022-02-21 14:23:59 +08:00
parent 9fb3b48282
commit fb370b6546

View file

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