mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 23:42:51 +02:00
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:
@@ -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