From 9a93dd1c5f52a6fef4bc95dcb8c74d83133bc392 Mon Sep 17 00:00:00 2001 From: SleepingCrows Date: Wed, 17 May 2023 12:52:41 -0400 Subject: [PATCH] Attempt 2: input validation --- Furaffinity/fa.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Furaffinity/fa.sh b/Furaffinity/fa.sh index 7d7b9dd..8040e73 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