1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00
This commit is contained in:
Jerry Vonau 2025-02-15 15:19:33 -06:00
parent a2bc696f4d
commit 334d80d579
2 changed files with 5 additions and 4 deletions

View file

@ -216,7 +216,7 @@ elif [ "$1" = remove ]; then
# this script, unmount the filesystem.
if in_list "$mountpoint" "$MOUNTPOINTS"; then
# Run hook scripts; ignore errors.
export UM_DEVICE="$DEVNAME"
export UM_DEVICE="/$DEVNAME"
export UM_MOUNTPOINT="$mountpoint"
export UM_FILESYSTEM="$fstype"
log info "executing command: run-parts /etc/usbmount/umount.d"