diff --git a/bin/oref0-log-shortcuts.sh b/bin/oref0-log-shortcuts.sh index 35cc5b030..48064b33c 100755 --- a/bin/oref0-log-shortcuts.sh +++ b/bin/oref0-log-shortcuts.sh @@ -43,6 +43,7 @@ function do_aliases () alias cat-reservoir="cd ${myopenaps}/monitor && cat reservoir.json" alias stop-cron="cd ${myopenaps} && /etc/init.d/cron stop && killall -g oref0-pump-loop" alias start-cron="/etc/init.d/cron start" + alias tz="sudo dpkg-reconfigure tzdata" } function add_aliases_to_profile ()