From 7727c2afd2c3c73f3c16567a07663fbc971feea9 Mon Sep 17 00:00:00 2001 From: SleepingCrows Date: Wed, 17 May 2023 13:01:28 -0400 Subject: [PATCH] Commented out first IF statement, testing actual validation. --- Furaffinity/fa.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Furaffinity/fa.sh b/Furaffinity/fa.sh index bac7711..a5722a0 100644 --- a/Furaffinity/fa.sh +++ b/Furaffinity/fa.sh @@ -11,7 +11,7 @@ echo "===FA.SH: The Random FA Sub Generator===" # Check if the rep argument was filled already, test for non-numbers. -if [[ -n "$rep"]]; then +if [ -n "$rep"]; then if [[ "$rep != [0-9]*" ]]; then echo "Submission Count Argument is not an integer" exit