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 [ -f "$defaultBinLocation" ]; then
|
||||
runIt "$defaultBinLocation"
|
||||
elif [ -f ybcon ]; then
|
||||
runIt "./ybcon"
|
||||
else
|
||||
echo "Yerbacon executable not found at $defaultBinLocation"
|
||||
fi
|
||||
fi
|
Loading…
Reference in New Issue