Skip to content

Commit

Permalink
70-usb-library.j2: Fix symlink from/to in comment
Browse files Browse the repository at this point in the history
Thank you!

Co-authored-by: A Holt <[email protected]>
  • Loading branch information
avni and holta authored Jan 25, 2025
1 parent 64756b6 commit 2462bba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/usb_lib/templates/mount.d/70-usb-library.j2
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ fi

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"
logger -p user.notice -t "usb_lib (70-usb-library)" -- "Creating link from $CONTENT_LINK to $SHARE_DIR"
ln -s $SHARE_DIR $CONTENT_LINK

0 comments on commit 2462bba

Please sign in to comment.