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