diff options
author | tv <tv@nomic.retiolum> | 2014-02-19 14:08:47 +0100 |
---|---|---|
committer | tv <tv@nomic.retiolum> | 2014-02-19 14:08:47 +0100 |
commit | 93c56cedd11be673176f1519fd17d05f67844e34 (patch) | |
tree | cc3deb40dc74a0d90e05a2b8b64eb35def78683e /retiolum/scripts | |
parent | 023e449de9e0f5731d9a88f7a9eacc18e1f9af96 (diff) |
hosts sync: fix local repo uris
Diffstat (limited to 'retiolum/scripts')
-rwxr-xr-x | retiolum/scripts/github_hosts_sync/index | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/retiolum/scripts/github_hosts_sync/index b/retiolum/scripts/github_hosts_sync/index index e4da9305..53c96efd 100755 --- a/retiolum/scripts/github_hosts_sync/index +++ b/retiolum/scripts/github_hosts_sync/index @@ -3,8 +3,10 @@ set -euf port=${port-1028} -local_painload=/krebs; remote_painload="https://github.com/krebscode/painload" -local_hosts=/tmp/hosts; remote_hosts="git@github.com:krebscode/hosts.git" +local_painload=$HOME/painload +remote_painload="https://github.com/krebscode/painload" +local_hosts=$HOME/hosts +remote_hosts="git@github.com:krebscode/hosts.git" main() { ensure_local_painload |