package_uploader: fix typo
This commit is contained in:
parent
42a9e77f9a
commit
ed1cad9ce2
@ -449,7 +449,7 @@ while getopts ":-:hdp:" opt; do
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -d "$DEBFILES_DIR_PATH" ]; then
|
if [ ! -d "$DEBFILES_DIR_PATH" ]; then
|
||||||
echo "[!] Directory '$DEBFILES_DIR_PATH' is not exist." >&2
|
echo "[!] Directory '$DEBFILES_DIR_PATH' does not exist." >&2
|
||||||
show_usage
|
show_usage
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
@ -471,7 +471,7 @@ while getopts ":-:hdp:" opt; do
|
|||||||
p)
|
p)
|
||||||
DEBFILES_DIR_PATH="${OPTARG}"
|
DEBFILES_DIR_PATH="${OPTARG}"
|
||||||
if [ ! -d "$DEBFILES_DIR_PATH" ]; then
|
if [ ! -d "$DEBFILES_DIR_PATH" ]; then
|
||||||
echo "[!] Directory '$DEBFILES_DIR_PATH' is not exist." >&2
|
echo "[!] Directory '$DEBFILES_DIR_PATH' does not exist." >&2
|
||||||
show_usage
|
show_usage
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user