summaryrefslogtreecommitdiffstats
path: root/source/installer/sources/initrd/sbin/fixdate
blob: 096349909502a359ae52f54638b55ad0c92e88cc (plain) (blame)
1
2
3
4
if [ ! -r /.today ]; then
  date -s tomorrow 1> /dev/null 2> /dev/null
  touch /.today
fi