From b2054817b7e3ea16fa9cba7519b90e4c4cd2fb1a Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Thu, 7 Jun 2018 15:42:44 +0200 Subject: [PATCH] Add update script --- update.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 update.sh diff --git a/update.sh b/update.sh new file mode 100644 index 00000000..ada0daec --- /dev/null +++ b/update.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +git pull +sudo service apache2 restart