From 53dbb758a32f7453d42ffe54aeab764f23ae12f0 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Mon, 9 Apr 2007 15:38:12 +0200 Subject: [PATCH 1/1] Stop ssh and mdadm in bailout --- grml-debootstrap | 2 ++ 1 file changed, 2 insertions(+) diff --git a/grml-debootstrap b/grml-debootstrap index 009b7e6..674a3ad 100644 --- a/grml-debootstrap +++ b/grml-debootstrap @@ -60,6 +60,8 @@ bailout(){ # make sure $TARGET is not mounted when exiting grml-debootstrap if [ -n "$TARGET" ] ; then if grep -q $TARGET /proc/mounts ; then + [ -x "$TARGET"/etc/init.d/ssh ] && "$TARGET"/etc/init.d/ssh stop + [ -x "$TARGET"/etc/init.d/mdadm ] && "$TARGET"/etc/init.d/mdadm stop echo "Unmounting $TARGET" umount "$TARGET" fi -- 2.1.4