From a08234b9fafac20084939b0a6d64c3388a2b9bf3 Mon Sep 17 00:00:00 2001 From: Miikka Virtanen Date: Tue, 6 Dec 2016 16:34:04 +0200 Subject: [PATCH] Add update script --- update.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 update.sh diff --git a/update.sh b/update.sh new file mode 100644 index 0000000..0884969 --- /dev/null +++ b/update.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +git pull +pm2 restart ModmailBot