molecules/scripts/3rdparty/error_script_mcs.sh
2010-10-23 00:51:20 +02:00

5 lines
74 B
Bash
Executable File

#!/bin/sh
if [ -d "${CHROOT_DIR}" ]; then
umount "${CHROOT_DIR}/proc"
fi