mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 03:21:28 +01:00
fix shellcheck
Signed-off-by: Jess Frazelle <jess@oxide.computer>
This commit is contained in:
parent
f46929fb36
commit
49766f3529
|
@ -16,7 +16,7 @@ FONT=
|
|||
|
||||
scrot /tmp/scrot.png
|
||||
convert /tmp/scrot.png \
|
||||
-level 0%,100%,0.6 -blur $BLURTYPE $FONT \
|
||||
-level 0%,100%,0.6 -blur "$BLURTYPE" "$FONT" \
|
||||
-pointsize 26 -fill white -gravity center \
|
||||
-annotate +0+200 'Type password to unlock' \
|
||||
/tmp/conv.png
|
||||
|
|
Loading…
Reference in New Issue
Block a user