This commit is contained in:
deathbybandaid 2023-04-05 10:24:55 -04:00
parent 3f9d59a204
commit 859b1a5d18
2 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,7 @@
SCRIPTDIR=$(dirname $0)
source "$SCRIPTDIR/common/colors.sh"
source "$SCRIPTDIR/common/functions.sh"
source "$SCRIPTDIR/common/load-defaults.sh" "$@"
source "$SCRIPTDIR/common/load-defaults.sh"
printf "$COL_LIGHT_BLUE" "* Checking Current Timezone"
current_timezone=`cat /etc/timezone`

View File

@ -1,4 +1,5 @@
load_defaults=""
echo "$@"
case "$1" in
defaults) load_defaults="defaults";;
"") load_defaults="";;