This commit is contained in:
2019-01-31 21:53:44 -06:00
parent 3d54c0b23e
commit bd82352a5d
2 changed files with 3 additions and 3 deletions

View File

@@ -31,8 +31,8 @@ if [ ! -d "/opt/idssys/linupx" ]; then
exit 0
fi
if [ ! -d "/opt/idssys/defaults" ]; then
dset -eu
it clone https://git.schroedercity.com/voltron/iDS-Defaults.git /opt/idssys/defaults
set -eu
git clone https://git.schroedercity.com/voltron/iDS-Defaults.git /opt/idssys/defaults
fi
source /opt/idssys/settings/linupx.conf

2
run.sh
View File

@@ -41,5 +41,5 @@ echo -en "\e[1A";
echo -e "\e[0K\r ${idsCL[Green]}Updates Completed${idsCL[Default]}"
echo ""
./linupx-scripts.sh $1 $2 $3 $4
/opt/idssys/linupx/linupx-scripts.sh $1 $2 $3 $4
exit 0