From 0ad336ffda6e9be469a22f27bd2dde4ef0280138 Mon Sep 17 00:00:00 2001 From: Alison Watson Date: Sat, 26 Oct 2019 00:01:20 -0400 Subject: [PATCH] hosts: move to network/hosts --- fish/build-hosts | 2 +- {applications => network}/hosts | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {applications => network}/hosts (100%) diff --git a/fish/build-hosts b/fish/build-hosts index 37de075..d551351 100644 --- a/fish/build-hosts +++ b/fish/build-hosts @@ -4,7 +4,7 @@ function build-hosts -d 'Builds /etc/hosts' cd $_agw_dir_src/hosts git pull - sudo sh -c "cat $_agw_dir_rc/applications/hosts > /etc/hosts" + sudo sh -c "cat $_agw_dir_rc/network/hosts > /etc/hosts" sudo sh -c "cat $_agw_dir_src/hosts/hosts >> /etc/hosts" end diff --git a/applications/hosts b/network/hosts similarity index 100% rename from applications/hosts rename to network/hosts