Show an error when the executable is not found in scripts/ybcon.
This commit is contained in:
parent
8598509f0b
commit
ecc2683cea
|
@ -78,7 +78,7 @@ runIt() { eval "$1" " $args"; }
|
||||||
if [ "$run" = true ]; then
|
if [ "$run" = true ]; then
|
||||||
if [ -f "$defaultBinLocation" ]; then
|
if [ -f "$defaultBinLocation" ]; then
|
||||||
runIt "$defaultBinLocation"
|
runIt "$defaultBinLocation"
|
||||||
elif [ -f ybcon ]; then
|
else
|
||||||
runIt "./ybcon"
|
echo "Yerbacon executable not found at $defaultBinLocation"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
Loading…
Reference in New Issue