3 lines
110 B
Bash
Executable file
3 lines
110 B
Bash
Executable file
#!/bin/sh
|
|
echo "[OK] hook.d/save/tolog: reporting save to OS"
|
|
logger "state was saved at $(date)" &>/dev/null
|