#!/usr/bin/env bash if [ "${RUNTIME_OWNER}" == "" ]; then RUNTIME_OWNER="kube" fi TZ=$(cat /etc/timezone) rm -rf /etc/localtime ln -sf /usr/share/zoneinfo/$TZ /etc/localtime