diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-20 11:28:58 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-26 01:20:07 +0700 |
commit | 7fe4fa4b74aa679e7f774b86fd53bc7e7001fe32 (patch) | |
tree | fbed60c0a5c95570ae6bb46031bb224a25816e72 /system/bacula | |
parent | 1adfae93f82c89311439d5dd89de07897fa7f051 (diff) |
system/bacula: Exit with failure status if user/group don't exist.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/bacula')
-rw-r--r-- | system/bacula/bacula.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/bacula/bacula.SlackBuild b/system/bacula/bacula.SlackBuild index 89486a098151..a21e41223090 100644 --- a/system/bacula/bacula.SlackBuild +++ b/system/bacula/bacula.SlackBuild @@ -119,7 +119,7 @@ cat << EOF EOF - exit + exit 1 elif ! getent group bacula 2>/dev/null; then cat << EOF @@ -130,7 +130,7 @@ cat << EOF EOF - exit + exit 1 fi rm -rf $PKG |