added syslog logging to ex() so that we always see wht jaildk did

This commit is contained in:
Thomas von Dein
2021-07-07 11:27:18 +02:00
parent 4d81b9c14b
commit 88b5f1c26b

1
jaildk
View File

@@ -64,6 +64,7 @@ usage_help() {
ex() {
echo $rcscript - $*
logger -p local0.notice -t jaildk "$rcscript $*"
$*
}