It's the same.
CLI works, remap with CMD not.
Search found 2 matches
- Thu Jun 18, 2015 9:08 pm
- Forum: [F] Software
- Topic: [App] SamyGO RCremap for C/D(arm)/E/F/H with CMD support
- Replies: 144
- Views: 182333
- Thu Jun 18, 2015 8:17 pm
- Forum: [F] Software
- Topic: [App] SamyGO RCremap for C/D(arm)/E/F/H with CMD support
- Replies: 144
- Views: 182333
Re: [App] SamyGO RCremap for C/D(arm)/E/F/H with CMD support
Hey guys, I've got a problem to run my script. I want to remote control my FHEM with netcat. If I run my script in the CLI everything works fine. If I remap my red key to the path of the script, the echo command works but the netcat won't. Any ideas? Here my script: #!/bin/sh [ $(pidof ${0##*/}) ] 2...