summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rwxr-xr-xetc/setup.d/15killprocs5
1 files changed, 2 insertions, 3 deletions
diff --git a/etc/setup.d/15killprocs b/etc/setup.d/15killprocs
index 15374048..08e0b8d6 100755
--- a/etc/setup.d/15killprocs
+++ b/etc/setup.d/15killprocs
@@ -32,9 +32,8 @@ fi
do_kill_all()
{
if [ -z "$1" ]; then
- echo "No path (CHROOT_MOUNT_LOCATION) for finding stray processes" >&2
- echo "This is a bug in schroot. Please report it to the developers"
- exit 1
+ echo "No path for finding stray processes: not reaping processes in chroot"
+ exit 0
fi
if [ "$AUTH_VERBOSITY" = "verbose" ]; then