diff options
Diffstat (limited to 'shutdownasap.conf.in')
-rwxr-xr-x | shutdownasap.conf.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shutdownasap.conf.in b/shutdownasap.conf.in index d42892c..184032d 100755 --- a/shutdownasap.conf.in +++ b/shutdownasap.conf.in @@ -34,7 +34,7 @@ beforeWatchHook() { # Note, that it is queried often. additionalWatchHookFast() { if command -v check-if-bareos-backup-is-running; then - if ! sudo check-if-bareos-backup-is-running; then + if ! check-if-bareos-backup-is-running; then return 1 else return 0 |