From 1946f0e745f70dfda81028966999c094741b8c2f Mon Sep 17 00:00:00 2001 From: Azalea Date: Fri, 16 Sep 2022 11:13:15 -0400 Subject: [PATCH] [F] Fix index error --- scripts/bin/update-ssh-keys.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/bin/update-ssh-keys.py b/scripts/bin/update-ssh-keys.py index 61479c2..c29c223 100755 --- a/scripts/bin/update-ssh-keys.py +++ b/scripts/bin/update-ssh-keys.py @@ -89,6 +89,7 @@ if __name__ == "__main__": # No args provided if len(sys.argv) == 0: update_ssh_keys() + exit(0) # Add users if sys.argv[0] == 'add':