diff options
Diffstat (limited to 'shutdownasap.conf.in')
-rwxr-xr-x | shutdownasap.conf.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/shutdownasap.conf.in b/shutdownasap.conf.in index 3795467..cfd9f91 100755 --- a/shutdownasap.conf.in +++ b/shutdownasap.conf.in @@ -32,5 +32,8 @@ beforeWatchHook() { # hook to execute before shutting down beforeShutDownHook() { + if command -v doalogwatch >/dev/null; then + doalogwatch + fi true } |