use full parameter name
This commit is contained in:
parent
8bb09334d6
commit
769cb332a9
@ -250,7 +250,7 @@ done
|
|||||||
### check pre-requisites and default values
|
### check pre-requisites and default values
|
||||||
# does the details file exist?
|
# does the details file exist?
|
||||||
if [ ! -f "$configDetails" ]; then
|
if [ ! -f "$configDetails" ]; then
|
||||||
badParam dne "(-c default)" "$configDetails"
|
badParam dne "(--details default)" "$configDetails"
|
||||||
fi
|
fi
|
||||||
# is borg installed?
|
# is borg installed?
|
||||||
command -v borg > /dev/null || \
|
command -v borg > /dev/null || \
|
||||||
|
Loading…
Reference in New Issue
Block a user