From 61549ffe0503e5c1ab973a1f5a180ddcc5ae2eb9 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Tue, 27 Feb 2018 00:54:05 +0100 Subject: [PATCH] yWeb: fix path to ether-wake binary Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/6e16b28344bffbf01ae6cf0d5a570463dfbc1baa Author: vanhofen Date: 2018-02-27 (Tue, 27 Feb 2018) Origin message was: ------------------ - yWeb: fix path to ether-wake binary --- data/y-web/scripts/Y_Tools.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/y-web/scripts/Y_Tools.sh b/data/y-web/scripts/Y_Tools.sh index b292c1a81..009f8e626 100755 --- a/data/y-web/scripts/Y_Tools.sh +++ b/data/y-web/scripts/Y_Tools.sh @@ -459,7 +459,7 @@ proc() # ----------------------------------------------------------- wol() { - if [ -e $y_path_bin/ether-wake ]; then + if [ -e $y_path_sbin/ether-wake ]; then msg=`ether-wake $1` fi msg="Wake on LAN $1

$msg"