yWeb: fix path to ether-wake binary

Origin commit data
------------------
Branch: ni/coolstream
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

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2018-02-27 00:54:05 +01:00
parent b373a71b85
commit d7d329a64d

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"