summaryrefslogtreecommitdiffstats
path: root/tools/builder_common.sh
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-09-22 18:37:10 -0300
committerRenato Botelho <renato@netgate.com>2016-09-22 18:37:10 -0300
commitc09203c2ba6bf10332fe432b72e7e57c2f20cf18 (patch)
treeb62674da60fd060c5c3d86d727d133b4711eeda5 /tools/builder_common.sh
parent89e9960e34737c027d7fb0516d7183dc0a37f391 (diff)
downloadpfsense-c09203c2ba6bf10332fe432b72e7e57c2f20cf18.zip
pfsense-c09203c2ba6bf10332fe432b72e7e57c2f20cf18.tar.gz
Use _umount()
Diffstat (limited to 'tools/builder_common.sh')
-rw-r--r--tools/builder_common.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/builder_common.sh b/tools/builder_common.sh
index 614e7af..b8a19ff 100644
--- a/tools/builder_common.sh
+++ b/tools/builder_common.sh
@@ -291,13 +291,13 @@ prestage_on_ram_setup() {
prestage_on_ram_cleanup() {
if [ -c /dev/md10001 ]; then
if [ -d ${STAGE_CHROOT_DIR} ]; then
- umount ${STAGE_CHROOT_DIR}
+ _umount ${STAGE_CHROOT_DIR}
fi
mdconfig -d -u 10001
fi
if [ -c /dev/md10002 ]; then
if [ -d ${FINAL_CHROOT_DIR} ]; then
- umount ${FINAL_CHROOT_DIR}
+ _umount ${FINAL_CHROOT_DIR}
fi
mdconfig -d -u 10002
fi
OpenPOWER on IntegriCloud