Compare commits
2 Commits
3f9d59a204
...
80195a36c0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
80195a36c0 | ||
|
|
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`
|
||||||
|
|||||||
@ -7,6 +7,8 @@ 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