This commit is contained in:
2023-04-02 18:08:19 -05:00
parent 8f726271f4
commit e75c49665a
2 changed files with 5 additions and 19 deletions

9
run.sh
View File

@@ -1,12 +1,11 @@
#!/usr/bin/env bash
# UbUpdate - Ubuntu Update Scripts Loader
if [ ! -f /opt/idssys/settings/linupx.conf ]; then
source /opt/idssys/linupx/settings.conf
else
source /opt/idssys/settings/linupx.conf
if [ -f /opt/idssys/settings/linupx.conf ]; then
mv /opt/idssys/settings/linupx.conf /opt/idssys/linupx/settings.conf
fi
source /opt/idssys/linupx/settings.conf
source /opt/idssys/defaults/colors.inc
if curl -m 15 -s --head --request GET https://git.schroedercity.com | grep "HTTP/2 200" > /dev/null; then