mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 11:12:06 +00:00
Update roles/usb_lib/templates/iiab-clean-usb.sh
to restore previous search-ability Co-authored-by: A Holt <holta@users.noreply.github.com>
This commit is contained in:
parent
190d66409f
commit
daa3deb034
1 changed files with 1 additions and 1 deletions
|
@ -9,6 +9,6 @@ logger -p user.notice -t "usb_lib (iiab-clean-usb.sh)" -- "Attempting to remove
|
|||
|
||||
if [ -L $CONTENT_LINK ]; then
|
||||
/bin/rm $CONTENT_LINK
|
||||
logger -p user.notice -t "usb_lib (iiab-clean-usb.sh)" -- "$CONTENT_LINK removed."
|
||||
logger -p user.notice -t "usb_lib (iiab-clean-usb.sh)" -- "$CONTENT_LINK removed, as auto-created earlier by usbmount."
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue