diff --git a/data/y-web/scripts/Y_Tools.sh b/data/y-web/scripts/Y_Tools.sh
index b292c1a81..009f8e626 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"