From d87c80815befd70ce9ff8741f177f508a02c4d01 Mon Sep 17 00:00:00 2001 From: PromptPunksFauxCough Date: Sun, 23 Feb 2025 10:50:01 +0000 Subject: [PATCH] typo --- scripts/install_qubes/scripts/2.1-haveno-netvm_maker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install_qubes/scripts/2.1-haveno-netvm_maker.sh b/scripts/install_qubes/scripts/2.1-haveno-netvm_maker.sh index 0ffcb64a80..a271357f10 100644 --- a/scripts/install_qubes/scripts/2.1-haveno-netvm_maker.sh +++ b/scripts/install_qubes/scripts/2.1-haveno-netvm_maker.sh @@ -2,7 +2,7 @@ ## ./haveno-on-qubes/scripts/2.1-haveno-netvm_maker.sh if [[ $# -ne 1 ]] ; then - printf "\nNo arguments provided!\n\nThis script requires an argument to by provided:\nIP Address of Haveno AppVM\n\nPlease review documentation and try again.\n\nExiting now ...\n" + printf "\nNo arguments provided!\n\nThis script requires an argument to be provided:\nIP Address of Haveno AppVM\n\nPlease review documentation and try again.\n\nExiting now ...\n" exit 1 fi