From 089a4291931d5f9988cfaef0aa58c7c864ddc925 Mon Sep 17 00:00:00 2001 From: Matthew Saunders Brown Date: Tue, 30 Mar 2021 15:50:41 -0700 Subject: [PATCH] initial update script --- update.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 update.sh diff --git a/update.sh b/update.sh new file mode 100755 index 0000000..8fa8f1e --- /dev/null +++ b/update.sh @@ -0,0 +1,7 @@ +#!/bin/sh +git pull +chmod 755 bin/* +cp bin/* /usr/local/bin/ + +# do diffs on etc configs +# update libexec/vmail-quota-warning.sh