Fixed a typo

Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
pull/2/head
Marko Korhonen 5 years ago
parent 46b6f62392
commit b3f51e32b2
No known key found for this signature in database
GPG Key ID: 911B85FBC6003FE5

@ -1,6 +1,6 @@
#!/bin/bash
if [ @# -eq 1 ]; then
if [ $# -eq 1 ]; then
DIR=/tmp/images
IMGNAME=$(basename $1)

Loading…
Cancel
Save