1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

export notes

This commit is contained in:
Jerry Vonau 2025-02-16 14:41:25 -06:00
parent 7fb780aea2
commit 896d31cf90
2 changed files with 6 additions and 1 deletions

View file

@ -11,7 +11,7 @@
# Jerry Vonau jvonau3@gmail.com
#
# exported from usbmount
# UM_DEVICE="/$DEVNAME"
# UM_DEVICE="$device"
# UM_MOUNTPOINT="$mountpoint"
# UM_FILESYSTEM="$fstype"
# UM_MOUNTOPTIONS="$options"

View file

@ -9,6 +9,11 @@
#
# by Tim Moody tim@timmoody.com
# Jerry Vonau jvonau3@gmail.com
#
# exported from usbmount
# UM_DEVICE="$device"
# UM_MOUNTPOINT="$mountpoint"
# UM_FILESYSTEM="$fstype"
CONTENT_LINK_USB=$(basename $UM_MOUNTPOINT | awk '{print toupper($0)}')
CONTENT_LINK="{{ doc_root }}/local_content/$CONTENT_LINK_USB"