We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 96b9e10 + 7218779 commit bd6d41fCopy full SHA for bd6d41f
cert-notifier.sh
100755
100644
@@ -5,6 +5,10 @@
5
# restart those subsystems.
6
#
7
# Configure this in /etc/sysconfig/certbot
8
+#
9
+# Copyright (C) 2022 The Obscure Organization
10
11
+# MIT licensed. See the LICENSE file for details.
12
13
# Set unofficial bash strict mode http://redsymbol.net/articles/unofficial-bash-strict-mode/
14
set -euo pipefail
mail-symlink-inbox.sh
@@ -1,5 +1,10 @@
1
#!/usr/bin/env bash
2
# mail-symlink-inbox.sh
3
4
+
DEBUG=${DEBUG:-false}
0 commit comments