summaryrefslogtreecommitdiff
path: root/linode/getcerts.sh
diff options
context:
space:
mode:
Diffstat (limited to 'linode/getcerts.sh')
-rwxr-xr-xlinode/getcerts.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/linode/getcerts.sh b/linode/getcerts.sh
deleted file mode 100755
index a8dc7c2..0000000
--- a/linode/getcerts.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/usr/local/bin/bash
-
-if acme-client -vNn noddybox.co.uk ; then
- service apache24 restart
- service postfix restart
- service dovecot restart
-fi