1
0
mirror of https://github.com/kakwa/uts-server synced 2025-01-24 20:37:27 +01:00

fix the timstamping script

This commit is contained in:
kakwa 2016-08-29 08:37:34 +02:00
parent dba24b7adf
commit 599e29302f

View File

@ -38,7 +38,7 @@ EOF
exit 1
}
simple_uts_logger(){
simple_logger(){
[ $SYSLOG -eq 0 ] && logger -t `basename $0` -p user.$1 $2
}