From 19623b0011e7b2e190cc0063627ea4b366577f1c Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Wed, 4 Oct 2023 15:07:41 +0200 Subject: [PATCH] forgot to remove testing stuff --- uninstall.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/uninstall.sh b/uninstall.sh index 0627b18..2668f1e 100644 --- a/uninstall.sh +++ b/uninstall.sh @@ -22,11 +22,11 @@ then fi # Download the lib file -#if ! curl -fSL https://raw.githubusercontent.com/rustdesk/rustdesk-server-pro/main/lib.sh -o lib.sh -#then -# echo "Failed to download the lib.sh file. Please try again" -# exit 1 -#fi +if ! curl -fSL https://raw.githubusercontent.com/rustdesk/rustdesk-server-pro/main/lib.sh -o lib.sh +then + echo "Failed to download the lib.sh file. Please try again" + exit 1 +fi # shellcheck disable=2034,2059,2164 true