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