mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 11:12:06 +00:00
70-usb-library.j2: Fix symlink from/to in comment
Thank you! Co-authored-by: A Holt <holta@users.noreply.github.com>
This commit is contained in:
parent
64756b6772
commit
2462bba6f5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue