diff --git a/scripts/ybcon b/scripts/ybcon index f9a79b1..144bcbd 100755 --- a/scripts/ybcon +++ b/scripts/ybcon @@ -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 \ No newline at end of file