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