From 1044884c2d88657ebe2ed2fbe9f98e96d50f0830 Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Sun, 28 Aug 2022 08:47:31 -0600 Subject: [PATCH] deploy: purge key when done with status --- deploy | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy b/deploy index 911ce1c..856165d 100755 --- a/deploy +++ b/deploy @@ -42,6 +42,7 @@ if [ "$1" = "status" ]; then host_data="$(${SSH} root@${host} 'nixos-version --json')" echo -e "\t\t$(echo $host_data | jq -r .nixosVersion)\t$(echo $host_data | jq -r .configurationRevision)" done + finish exit 0 fi