yWeb: fix path to ether-wake binary

Origin commit data
------------------
Commit: 6e16b28344
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-02-27 (Tue, 27 Feb 2018)

Origin message was:
------------------
- yWeb: fix path to ether-wake binary
This commit is contained in:
vanhofen
2018-02-27 00:54:05 +01:00
parent f6f63190e0
commit 61549ffe05

View File

@@ -459,7 +459,7 @@ proc()
# ----------------------------------------------------------- # -----------------------------------------------------------
wol() wol()
{ {
if [ -e $y_path_bin/ether-wake ]; then if [ -e $y_path_sbin/ether-wake ]; then
msg=`ether-wake $1` msg=`ether-wake $1`
fi fi
msg="<b>Wake on LAN $1</b><br><br>$msg" msg="<b>Wake on LAN $1</b><br><br>$msg"