mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 01:41:23 +02:00
Activate Wake on LAN (for CS) again (ybug 455)
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@418 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -436,7 +436,13 @@ proc()
|
||||
# -----------------------------------------------------------
|
||||
wol()
|
||||
{
|
||||
msg=`etherwake $1`
|
||||
if [ -e /bin/etherwake ]; then
|
||||
msg=`etherwake $1`
|
||||
else
|
||||
if [ -e /bin/ether-wake ]; then
|
||||
msg=`ether-wake $1`
|
||||
fi
|
||||
fi
|
||||
msg="<b>Wake on LAN $1</b><br><br>$msg"
|
||||
y_format_message_html
|
||||
}
|
||||
|
Reference in New Issue
Block a user