From aae8aff6b9dac7042ba2859f8dc0e565ebd47b4e Mon Sep 17 00:00:00 2001 From: klein panic Date: Wed, 27 Nov 2024 10:15:05 -0500 Subject: [PATCH] Automated update --- auto_git_update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto_git_update.sh b/auto_git_update.sh index 056ba80..3a85e17 100755 --- a/auto_git_update.sh +++ b/auto_git_update.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Declare the security variable -security_variable=1 # Change this value as needed (0, 1, or 2) +security_variable=2 # Change this value as needed (0, 1, or 2) # Check the value of the security variable if [ "$security_variable" -eq 0 ]; then