diff options
author | Adam T. Carpenter <atc@53hor.net> | 2021-02-12 16:38:01 -0500 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2021-02-12 16:38:01 -0500 |
commit | 94965c41505eac6337a281ca718330532cb57103 (patch) | |
tree | 0d75914eb16074b9a180c89b94c03c49c90e862f /Bastillefile | |
parent | cf686ed1f8b249839d22f8c11f09fa7d8516d382 (diff) | |
download | www-94965c41505eac6337a281ca718330532cb57103.tar.xz www-94965c41505eac6337a281ca718330532cb57103.zip |
fixed cron job URL
Diffstat (limited to 'Bastillefile')
-rw-r--r-- | Bastillefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bastillefile b/Bastillefile index 8b8a5df..642ea8d 100644 --- a/Bastillefile +++ b/Bastillefile @@ -2,7 +2,7 @@ PKG lighttpd OVERLAY usr OVERLAY var -CMD fetch -o /tmp http://git.53hor.net/53hornet/53hor/archive/master.tar.gz +CMD fetch -o /tmp https://git.53hor.net/53hornet/53hor/archive/master.tar.gz CMD tar -C /var -xvf /tmp/master.tar.gz --exclude drafts --exclude Makefile --exclude templates CMD mv /tmp/master.tar.gz /tmp/master.tar.gz.bak SYSRC lighttpd_enable=YES |