This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
domoticz: use 'ln -sf' in serial hotplug script
Otherwise, stale symlinks don't get replaced Signed-off-by: David Woodhouse <dwmw2@infradead.org>
lilik-openwrt-22.03
David Woodhouse
7 years ago
parent
0356afbc12
commit
94aad53b39
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
utils/domoticz/files/domoticz.hotplug
+ 1
- 1
utils/domoticz/files/domoticz.hotplug
View File
@ -28,7 +28,7 @@ add() {
chgrp domoticz "/dev/$DEVICENAME"
chmod g+rw "/dev/$DEVICENAME"
[ -n "$symlink" ] && ln -s "/dev/$DEVICENAME" "/dev/$symlink"
[ -n "$symlink" ] && ln -s
f
"/dev/$DEVICENAME" "/dev/$symlink"
}
remove() {
Write
Preview
Loading…
Cancel
Save