mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
70-usb-library.j2: Fix logger string quotation marks
This commit is contained in:
parent
94ca58aa0c
commit
1ec743a654
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ fi
|
|||
|
||||
CONTENT_LINK_USB=$(basename $UM_MOUNTPOINT | awk '{print toupper($0)}')
|
||||
if [ -z "$CONTENT_LINK_USB" ]; then
|
||||
logger -t "usb_lib (70-usb-library)" "ERROR: Var CONTENT_LINK_USB is empty ("rm -rf /library/www/html/local_content/" might be dangerous!)"
|
||||
logger -t "usb_lib (70-usb-library)" 'ERROR: Var CONTENT_LINK_USB is empty ("rm -rf /library/www/html/local_content/" would be dangerous!)'
|
||||
exit 1
|
||||
fi
|
||||
CONTENT_LINK="{{ doc_root }}/local_content/$CONTENT_LINK_USB"
|
||||
|
|
Loading…
Add table
Reference in a new issue