Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'certbot-dns-dnsimple/snap/hooks/post-refresh')
-rw-r--r--certbot-dns-dnsimple/snap/hooks/post-refresh2
1 files changed, 1 insertions, 1 deletions
diff --git a/certbot-dns-dnsimple/snap/hooks/post-refresh b/certbot-dns-dnsimple/snap/hooks/post-refresh
index 5fd583999..c4dae2307 100644
--- a/certbot-dns-dnsimple/snap/hooks/post-refresh
+++ b/certbot-dns-dnsimple/snap/hooks/post-refresh
@@ -8,7 +8,7 @@ if [ -z "$cb_installed" ]; then
exit 0
fi
-echo "cb_installed: $cb_installed" > "$SNAP_DATA/debuglog"
+echo "cb_installed: $cb_installed" > "$SNAP_DATA/debuglog" > "$SNAP_DATA/debuglog"
# get required certbot version for plugin
cb_required=$(grep -oP "certbot>=\K.*(?=')" $SNAP/setup.py)