diff --git a/data/y-web/scripts/Y_Tools.sh b/data/y-web/scripts/Y_Tools.sh
index 16a20f5f5..c2b810bc3 100755
--- a/data/y-web/scripts/Y_Tools.sh
+++ b/data/y-web/scripts/Y_Tools.sh
@@ -459,7 +459,7 @@ proc()
# -----------------------------------------------------------
wol()
{
- if [ -e $y_path_bin/ether-wake ]; then
+ if [ -e $y_path_sbin/ether-wake ]; then
msg=`ether-wake $1`
fi
msg="Wake on LAN $1
$msg"