From 782a8082cddff00ddf12e9806cd27bc57184aa9d Mon Sep 17 00:00:00 2001 From: dinger1986 Date: Thu, 20 Jul 2023 09:41:04 +0100 Subject: [PATCH] Update convertfromos.sh --- convertfromos.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/convertfromos.sh b/convertfromos.sh index 689c171..9e64940 100644 --- a/convertfromos.sh +++ b/convertfromos.sh @@ -1,5 +1,8 @@ #!/bin/bash +# If any command fails, fail out +set -e + # This script will do the following to install RustDesk Server Pro replacing RustDesk Server Open Source # 1. Disable and removes the old services # 2. Install some dependencies