From b56721c23dc239fa0c8446e6b4ccf3616c853a2e Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Mon, 7 Sep 2026 17:41:07 +0100 Subject: simplify update http script --- roles/http/templates/update_http | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 roles/http/templates/update_http (limited to 'roles/http/templates/update_http') diff --git a/roles/http/templates/update_http b/roles/http/templates/update_http deleted file mode 100644 index 38f6bd7..0000000 --- a/roles/http/templates/update_http +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh - -cd {{ src_dir }}/joeac.net/http -git pull -if make -q -then - make -fi -- cgit v1.2.3