Remove unused code

This commit is contained in:
quindecim 2020-01-02 20:00:21 -05:00
parent 5d001ab0ed
commit 51d8a9725e
1 changed files with 0 additions and 17 deletions

View File

@ -1,17 +0,0 @@
# CONFIG_FILE="/data/media/0/dnscrypt-proxy/dnscrypt-proxy.toml"
# if [ -f "$CONFIG_FILE" ]; then
## bluemeda
# ui_print "* Backing up config file"
# cp -afv $CONFIG_FILE $TMPDIR
# ui_print "* Restoring config files"
# cp -af $TMPDIR/dnscrypt-proxy.toml $CONFIG_FILE
# cp -afv /data/media/0/dnscrypt-proxy/example-dnscrypt-proxy.toml $CONFIG_FILE
# sed -i -e 's/127.0.0.1:53/127.0.0.1:5354/g' $CONFIG_FILE
# sed -i -e 's/\[::1\]:53/\[::1\]:5354/g' $CONFIG_FILE
## quindecim
# cp -afv $CONFIG_FILE ${CONFIG_FILE}-`date +%Y%m%d%H%M`.bak
# fi