#!/bin/bash if [[ $(cat /etc/timezone) != $TZ ]] ; then echo "$TZ" > /etc/timezone exec dpkg-reconfigure -f noninteractive tzdata fi