#!/bin/sh

if [ -f /etc/timezone ]; then
	export TZ=$(cat /etc/timezone)
fi