From c0d660736804c1e8f2d1729b8eadb156c746b27c Mon Sep 17 00:00:00 2001 From: ahtlon Date: Tue, 4 Mar 2025 17:55:56 +0100 Subject: [PATCH] revert script ding --- scripts/unlock-boot.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/unlock-boot.sh b/scripts/unlock-boot.sh index b0d82706..e9b42794 100644 --- a/scripts/unlock-boot.sh +++ b/scripts/unlock-boot.sh @@ -25,11 +25,13 @@ echo if [ $# = 1 ] then echo "$diskkey" | ssh $sshoptions root@$hostname-initrd "systemd-tty-ask-password-agent" #root + echo "$diskkey" | ssh $sshoptions root@$hostname-initrd "systemd-tty-ask-password-agent" #data elif [ $# = 2 ] then ip=$2 echo "$diskkey" | ssh $sshoptions root@$ip "systemd-tty-ask-password-agent" #root + echo "$diskkey" | ssh $sshoptions root@$ip "systemd-tty-ask-password-agent" #data else echo