From e0d1e156fe18b658cba24153f0557debee5c0c26 Mon Sep 17 00:00:00 2001 From: dinger1986 Date: Mon, 6 Jun 2022 21:30:10 +0100 Subject: [PATCH] Update install.sh --- install.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/install.sh b/install.sh index a5b892d..1b7a0e9 100644 --- a/install.sh +++ b/install.sh @@ -93,12 +93,12 @@ key=$(cat ${pubname}) sudo rm ${TMPFILE} -printf >&2 "Your IP is ${wanip}" -printf >&2 "\n\n" -printf >&2 "Your public key is ${key}\n\n" -printf >&2 "\n\n" -printf >&2 "Install Rustdesk on your machines and change your public key and IP/DNS name to the above\n\n" -printf >&2 "\n\n" +printf "Your IP is ${wanip}\n" +printf "\n" +printf "Your public key is ${key}\n" +printf "\n" +printf "Install Rustdesk on your machines and change your public key and IP/DNS name to the above\n" +printf"\n"