Fix bug where -m required a valid backend configuration
This commit is contained in:
parent
39b66a24f2
commit
ffb1099cb7
2
ptgdp
2
ptgdp
@ -367,7 +367,7 @@ main() {
|
|||||||
done
|
done
|
||||||
return 1
|
return 1
|
||||||
) || error "Unsupported backend: ${_config[backend]}" 50
|
) || error "Unsupported backend: ${_config[backend]}" 50
|
||||||
if ! backend-validate; then
|
if [ -z "$_optmachinemode" ] && ! backend-validate; then
|
||||||
errorcode=$?
|
errorcode=$?
|
||||||
case $errorcode in
|
case $errorcode in
|
||||||
1)
|
1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user