From 520caadacfc4819ea2ed068ec3d66bd2e1a34544 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Tue, 27 Dec 2022 13:07:15 +0100 Subject: [PATCH] load the misc library and improve comments --- truetool.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/truetool.sh b/truetool.sh index f71429ec..956f675b 100755 --- a/truetool.sh +++ b/truetool.sh @@ -18,8 +18,6 @@ source includes/backup.sh source includes/chores.sh # shellcheck source=includes/colors.sh source includes/colors.sh -# shellcheck source=includes/dns.sh -source functions/dns.sh # shellcheck source=includes/help.sh source includes/help.sh # shellcheck source=includes/help.sh @@ -35,6 +33,12 @@ source includes/update.sh # shellcheck source=includes/update_self.sh source includes/update_self.sh +# Libraries loaded from Heavyscript +# shellcheck source=functions/dns.sh +source functions/dns.sh +# shellcheck source=functions/misc.sh +source functions/misc.sh + #If no argument is passed, set flag to show menu if [[ -z "$*" || "-" == "$*" || "--" == "$*" ]]; then no_args="true"