test
This commit is contained in:
parent
3f9d59a204
commit
859b1a5d18
@ -4,7 +4,7 @@
|
|||||||
SCRIPTDIR=$(dirname $0)
|
SCRIPTDIR=$(dirname $0)
|
||||||
source "$SCRIPTDIR/common/colors.sh"
|
source "$SCRIPTDIR/common/colors.sh"
|
||||||
source "$SCRIPTDIR/common/functions.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"
|
printf "$COL_LIGHT_BLUE" "* Checking Current Timezone"
|
||||||
current_timezone=`cat /etc/timezone`
|
current_timezone=`cat /etc/timezone`
|
||||||
|
|||||||
@ -1,4 +1,5 @@
|
|||||||
load_defaults=""
|
load_defaults=""
|
||||||
|
echo "$@"
|
||||||
case "$1" in
|
case "$1" in
|
||||||
defaults) load_defaults="defaults";;
|
defaults) load_defaults="defaults";;
|
||||||
"") load_defaults="";;
|
"") load_defaults="";;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user