Correct capital E in zonepath to UTC

This commit is contained in:
Marius van Witzenburg
2020-04-14 11:38:47 +02:00
parent 0ed07b4ee2
commit 597175bafb
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ bastille_sharedir=/usr/local/share/bastille ## default
bastille_bootstrap_archives="base" ## default: "base"
## default timezone
bastille_tzdata="etc/UTC" ## default: "etc/UTC"
bastille_tzdata="Etc/UTC" ## default: "Etc/UTC"
## default jail resolv.conf
bastille_resolv_conf="/etc/resolv.conf" ## default: "/etc/resolv.conf"

View File

@@ -355,7 +355,7 @@ create_jail() {
cp -L "${bastille_resolv_conf}" "${bastille_jail_resolv_conf}"
fi
## TZ: configurable (default: etc/UTC)
## TZ: configurable (default: Etc/UTC)
ln -s "/usr/share/zoneinfo/${bastille_tzdata}" etc/localtime
}