diff --git a/core/scripts/hysteria2/user.sh b/core/scripts/hysteria2/user.sh index 95c5a88..f185e8e 100644 --- a/core/scripts/hysteria2/user.sh +++ b/core/scripts/hysteria2/user.sh @@ -16,10 +16,12 @@ BLOCKED=$(jq -r --arg user "$USERNAME" '.[$user].blocked' "$USERS_FILE") CURRENT_DOWNLOAD_BYTES=$(jq -r --arg user "$USERNAME" '.[$user].download_bytes' "$USERS_FILE") if [ "$BLOCKED" == "true" ]; then + sleep 20 exit 1 fi if [ "$STORED_PASSWORD" != "$PASSWORD" ]; then + sleep 20 exit 1 fi