From 8b8f0f83d01a7528a4336729afe1250de5089a39 Mon Sep 17 00:00:00 2001 From: Nemo Date: Mon, 1 Jul 2019 16:13:05 +0530 Subject: [PATCH] hosts file is now copied --- housekeeping | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/housekeeping b/housekeeping index 843a72b..7b711f8 100755 --- a/housekeeping +++ b/housekeeping @@ -36,7 +36,6 @@ then pushd /home/nemo/projects/personal/dnscrypt-proxy/utils/generate-domains-blacklists python2 ./generate-domains-blacklist.py > blacklist.txt scp blacklist.txt root@192.168.1.1:/etc/config/blacklist.txt + echo "Generated and copied across blacklist to Router" popd - - # TODO: Copy it across to the router fi \ No newline at end of file