Fixed a typo

Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
Marko Korhonen 2019-11-11 08:32:03 +02:00
parent 46b6f62392
commit b3f51e32b2
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5

View file

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