adds no input warning
This commit is contained in:
parent
f510ed8680
commit
b4301b60e2
7
mah
7
mah
@ -146,6 +146,13 @@ then
|
||||
confirm="--noconfirm"
|
||||
fi
|
||||
|
||||
if [[ -z "$@" ]]
|
||||
then
|
||||
echo "No input given!"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
||||
for x in $@
|
||||
do
|
||||
command cd "$DOWNLOAD_DIR"
|
||||
|
Loading…
x
Reference in New Issue
Block a user