mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
export
This commit is contained in:
parent
a2bc696f4d
commit
334d80d579
2 changed files with 5 additions and 4 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue