[FIXED] - dnscrypt-proxy doesn't detect the config file

This commit is contained in:
quindecim 2020-01-20 09:32:53 -05:00
parent 1da4ee34e3
commit 94affa8e22
1 changed files with 1 additions and 1 deletions

View File

@ -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