From 3d54c0b23e9a9f8328bf46deae9394f5463c1794 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 31 Jan 2019 21:52:21 -0600 Subject: [PATCH] Update linupx-scripts.sh --- linupx-scripts.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linupx-scripts.sh b/linupx-scripts.sh index 0dcffea..c8b71c4 100755 --- a/linupx-scripts.sh +++ b/linupx-scripts.sh @@ -31,8 +31,8 @@ if [ ! -d "/opt/idssys/linupx" ]; then exit 0 fi if [ ! -d "/opt/idssys/defaults" ]; then - do_with_root set -eu - do_with_root git clone https://git.schroedercity.com/voltron/iDS-Defaults.git /opt/idssys/defaults + dset -eu + it clone https://git.schroedercity.com/voltron/iDS-Defaults.git /opt/idssys/defaults fi source /opt/idssys/settings/linupx.conf