forgot to remove testing stuff

This commit is contained in:
Daniel Hansson
2023-10-04 15:07:41 +02:00
committed by GitHub
parent 0f95c5d8b4
commit 19623b0011

View File

@@ -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