1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-12 19:22:24 +00:00

70-usb-library.j2: remove blank at EOF

Co-authored-by: A Holt <holta@users.noreply.github.com>
This commit is contained in:
avni 2025-01-25 16:02:01 -05:00 committed by GitHub
parent 7c2f0c9c6e
commit 6562a4a12d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -42,4 +42,3 @@ CONTENT_LINK_USB=`basename $UM_MOUNTPOINT | awk '{print toupper($0)}'`
CONTENT_LINK="{{ doc_root }}/local_content/$CONTENT_LINK_USB"
logger -p user.notice -t "usb_lib (70-usb-library)" -- "Creating link from $SHARE_DIR to $CONTENT_LINK"
ln -s $SHARE_DIR $CONTENT_LINK