From 32e043701120ad185679c0297b43236e712c6412 Mon Sep 17 00:00:00 2001 From: rune Date: Wed, 22 Mar 2023 11:45:06 +0100 Subject: [PATCH] Small fixes --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 143ba56..2f6c02f 100644 --- a/setup.sh +++ b/setup.sh @@ -3,7 +3,7 @@ wget https://gitlab.pm/rune/ddns/src/branch/main/src/do-ddns/ddns.py wget https://gitlab.pm/rune/ddns/src/branch/main/src/do-ddns/requirements.txt echo "ddns downloaded. Moving to /usr/local/bin and setting execute (run) rights on app." echo "Your computer will ask for password since the rest of the install is done with sudo." -read -n1 -s -r -p $'Press space to continue or any other key to cancle\n' key +read -n1 -s -r -p $'Press space to continue or any other key to cancle' key if [ "$key" = ' ' ]; then sudo mv ddns.py /usr/local/bin/ddns sudo chmod +x /usr/local/bin/ddns