From f38ab53719cb2aa0384bae06ea27da2069c777bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Numbus?= Date: Fri, 29 May 2026 22:06:42 +0200 Subject: [PATCH] Fixed syntax error. --- script/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/deploy.sh b/script/deploy.sh index 956ec4b..55aa4d7 100755 --- a/script/deploy.sh +++ b/script/deploy.sh @@ -118,7 +118,7 @@ setup_ssh() { Target password : $(gum style --italic "\"${LIVE_TARGET_PASSWORD}\"")" gum confirm "Are these correct ?" || { get_valid_input "LIVE_TARGET_IP" "➡️ Provide the IP address of your machine in a NixOS live environment :" "192.168.1.100" "${IP_REGEX}"; - get_valid_input "LIVE_TARGET_PASSWORD " "➡️ Provide the password of your machine in a NixOS live environment :" "password" "" "true" "true"; + get_valid_input "LIVE_TARGET_PASSWORD" "➡️ Provide the password of your machine in a NixOS live environment :" "password" "" "true" "true"; continue; } gum confirm "Retry connection ?" || {