Fixed a typo
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
parent
ebfedd550d
commit
ea226ea3d7
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
if [ @# -eq 1 ]; then
|
if [ $# -eq 1 ]; then
|
||||||
DIR=/tmp/images
|
DIR=/tmp/images
|
||||||
IMGNAME=$(basename $1)
|
IMGNAME=$(basename $1)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue