mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
- yWeb: fix path to ether-wake binary
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -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"
|
||||||
|
Reference in New Issue
Block a user