- yWeb: fix path to ether-wake binary

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2018-02-27 00:54:05 +01:00
committed by Thilo Graf
parent 7718b010f7
commit 3e8e7758e8

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"