diff --git a/misc/alpine-install.func b/misc/alpine-install.func index f0f15ea..56d54f2 100644 --- a/misc/alpine-install.func +++ b/misc/alpine-install.func @@ -175,6 +175,11 @@ motd_ssh() { fi } +# Validate Timezone for some LXC's +validate_tz() { + [[ -f "/usr/share/zoneinfo/$1" ]] +} + # This function customizes the container and enables passwordless login for the root user customize() { if [[ "$PASSWORD" == "" ]]; then