From fd7dd15c8ab1d6fb291f907d7f61be69946676ce Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Sat, 3 Jun 2023 21:37:41 -0700 Subject: [PATCH] updated source file --- .../Updater Source Files/Update_Sovran_SystemsOS.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sovran_SystemsOS_Updater/Updater Source Files/Update_Sovran_SystemsOS.sh b/Sovran_SystemsOS_Updater/Updater Source Files/Update_Sovran_SystemsOS.sh index 26028f2..9b7f70d 100755 --- a/Sovran_SystemsOS_Updater/Updater Source Files/Update_Sovran_SystemsOS.sh +++ b/Sovran_SystemsOS_Updater/Updater Source Files/Update_Sovran_SystemsOS.sh @@ -14,7 +14,7 @@ if [[ $? -eq 1 ]]; then else -id=(curl ifconfig.me || ifdata -pa enp2s0 || ifdata -pa wlp1s0) +id=$(curl ifconfig.me || ifdata -pa enp2s0 || ifdata -pa wlp1s0) ssh -i /home/free/.ssh/sovranpro_login root@${id} 'cd /etc/nixos; nix flake update'