summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-09-22 19:15:36 -0300
committerRenato Botelho <renato@netgate.com>2016-09-22 19:15:36 -0300
commit6da18e2a3235cc7c0a756f77fcc8aa61cd6c2362 (patch)
tree2821d19f5e55d15bda84e0b844fb35bd788c6dc0 /tools
parentc09203c2ba6bf10332fe432b72e7e57c2f20cf18 (diff)
downloadpfsense-6da18e2a3235cc7c0a756f77fcc8aa61cd6c2362.zip
pfsense-6da18e2a3235cc7c0a756f77fcc8aa61cd6c2362.tar.gz
Revert "Use _umount()"
This reverts commit c09203c2ba6bf10332fe432b72e7e57c2f20cf18.
Diffstat (limited to 'tools')
-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 b8a19ff..614e7af 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