src/world/fs_skeleton/etc/profile.d/tz.sh

7 lines
84 B
Bash

if [ -r "/etc/tz" ]
then source /etc/tz
else
TZ="America/New_York"
fi
export TZ