Compare commits
No commits in common. "80195a36c0b0690b33a0360398f53ae1a6960aef" and "3f9d59a2042fce4cbb368cc1b6b8b2ae04a215e2" have entirely different histories.
80195a36c0
...
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`
|
||||||
|
|||||||
@ -7,8 +7,6 @@ source "$SCRIPTDIR/common/colors.sh"
|
|||||||
git -C $SCRIPTDIR pull
|
git -C $SCRIPTDIR pull
|
||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
source "$SCRIPTDIR/common/load-defaults.sh"
|
|
||||||
|
|
||||||
for scriptfile in "$SCRIPTDIR"/[0-9]*.sh
|
for scriptfile in "$SCRIPTDIR"/[0-9]*.sh
|
||||||
do
|
do
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user