forked from sig_core/toolkit
reduce required arguments
This commit is contained in:
parent
c416c09cf0
commit
befa75f8f0
@ -4,9 +4,9 @@
|
|||||||
# shellcheck disable=SC2046,1091,1090
|
# shellcheck disable=SC2046,1091,1090
|
||||||
source "$(dirname "$0")/common"
|
source "$(dirname "$0")/common"
|
||||||
|
|
||||||
if [[ $# -eq 0 ]] || [[ $# -eq 1 ]]; then
|
if [[ $# -eq 0 ]]; then
|
||||||
echo "Not enough information."
|
echo "Not enough information."
|
||||||
echo "You must use: shortname sig"
|
echo "You must use: sig"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user