summaryrefslogtreecommitdiffstats
path: root/source/installer/sources/initrd/sbin/fakedate
blob: e89d438dce27cea24d2f3be81beb6bd221b0c41b (plain) (blame)
1
2
3
4
if [ -r /.today ]; then
  date -s yesterday 1> /dev/null 2> /dev/null
  rm -f /.today
fi