diff --git a/haqq/scripts/init.sh b/haqq/scripts/init.sh index 7902d7c6..a7403c95 100644 --- a/haqq/scripts/init.sh +++ b/haqq/scripts/init.sh @@ -12,7 +12,6 @@ CONFIG_DIR="/root/.haqqd/config" # Create config directory mkdir -p "$CONFIG_DIR" -JWTSECRET="$(cat /jwtsecret)" # needs to go to the config dir (default path) P2P_STRING="tcp:\\/\\/0\\.0\\.0\\.0\\:${P2P_PORT:-10465}" NAT_STRING="${IP}:${P2P_PORT:-10465}"