diff options
author | Karel Kočí <cynerd@email.cz> | 2019-02-24 16:10:03 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2019-02-24 16:10:03 +0100 |
commit | 7cf6d49ffadab92fb779dbe40fea7d609f4765a6 (patch) | |
tree | bc69ce1905268c837d5b7beb18194a44384a1815 /local/bin | |
parent | 00912d130fd131cbfa9bd56be7967c45a8bfe077 (diff) | |
download | myconfigs-7cf6d49ffadab92fb779dbe40fea7d609f4765a6.tar.gz myconfigs-7cf6d49ffadab92fb779dbe40fea7d609f4765a6.tar.bz2 myconfigs-7cf6d49ffadab92fb779dbe40fea7d609f4765a6.zip |
wake-desktop: specify interface to make it work again
Diffstat (limited to 'local/bin')
-rwxr-xr-x | local/bin/wake-desktop | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/local/bin/wake-desktop b/local/bin/wake-desktop index 2f84e57..24a3cea 100755 --- a/local/bin/wake-desktop +++ b/local/bin/wake-desktop @@ -1,2 +1,2 @@ #!/bin/sh -ssh turris.prg etherwake 70:85:c2:4a:59:f2 +ssh turris.prg etherwake -i br-lan 70:85:c2:4a:59:f2 |