From cbcf7871ec7c18940b9274c40408970e16f30eb2 Mon Sep 17 00:00:00 2001 From: Daniel Ortiz Date: Sat, 12 Jul 2025 21:23:12 -0400 Subject: [PATCH] update, refactory to master --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index 1323ef18..20787740 100755 --- a/update.sh +++ b/update.sh @@ -72,7 +72,7 @@ function fuSELFUPDATE () { if [ -z "$myTPOT_TYPE" ]; then exec ./update.sh else - exec ./update.sh -y $myTPOT_TYPE + exec ./update.sh -y $myTPOT_TYPE fi else echo "###### $myBLUE""Pulling updates from repository.""$myWHITE"