From 508ebf1916c813cbc20fd8b76a917bbcdac01e5f Mon Sep 17 00:00:00 2001 From: dinger1986 Date: Thu, 20 Jul 2023 09:40:25 +0100 Subject: [PATCH] Update install.sh --- install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install.sh b/install.sh index 3db1e5c..97da53e 100644 --- a/install.sh +++ b/install.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 # 1. Install some dependencies # 2. Setup UFW firewall if available