[FIXED] - dnscrypt-proxy doesn't detect the config file
This commit is contained in:
parent
1da4ee34e3
commit
94affa8e22
|
@ -7,7 +7,7 @@
|
|||
MODDIR=${0%/*}
|
||||
|
||||
while ! [ `pgrep -x dnscrypt-proxy` ] ; do
|
||||
$MODDIR/system/bin/dnscrypt-proxy -config /data/media/0/dnscrypt-proxy/dnscrypt-proxy.toml && sleep 15;
|
||||
$MODDIR/system/bin/dnscrypt-proxy -config /data/media/0/dnscrypt-proxy/dnscrypt-proxy.toml && sleep 15;
|
||||
done
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue