b5b33afcd7
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
6 lines
75 B
Bash
Executable file
6 lines
75 B
Bash
Executable file
#!/bin/sh
|
|
status=$2
|
|
case $status in
|
|
up)
|
|
/usr/bin/tzupdate
|
|
esac
|