test
This commit is contained in:
parent
ad36d3d6fb
commit
3f9d59a204
@ -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`
|
||||||
|
|||||||
@ -5,7 +5,7 @@ case "$1" in
|
|||||||
*) echo "'$1' is not a valid template-setup command";;
|
*) echo "'$1' is not a valid template-setup command";;
|
||||||
esac
|
esac
|
||||||
if [ "$load_defaults" == "defaults" ]; then
|
if [ "$load_defaults" == "defaults" ]; then
|
||||||
source $SCRIPTDIR/common/defaults-dbb "$@"
|
source $SCRIPTDIR/common/defaults-dbb
|
||||||
else
|
else
|
||||||
source $SCRIPTDIR/common/defaults-blank "$@"
|
source $SCRIPTDIR/common/defaults-blank
|
||||||
fi
|
fi
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user