mirror of
https://github.com/okhsunrog/vpnhide.git
synced 2026-05-02 08:31:59 +00:00
The shell variable $UIDS accumulated UIDs with literal \n (two chars) instead of actual newlines. printf "$UIDS" wrote garbage to /proc/vpnhide_targets and vpnhide_uids.txt. The empty-targets case used bare > redirect which never triggers the proc write handler. Fix: accumulate UIDs with real newlines (like service.sh does), use echo "$UIDS" for output, and echo (writes \n) for the empty case so the kmod write handler fires and clears the UID list. Affects: APK target picker, kmod WebUI, zygisk WebUI. |
||
|---|---|---|
| .. | ||
| index.html | ||