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/pre-refresh')
-rw-r--r--certbot-dns-dnsimple/snap/hooks/pre-refresh2
1 files changed, 1 insertions, 1 deletions
diff --git a/certbot-dns-dnsimple/snap/hooks/pre-refresh b/certbot-dns-dnsimple/snap/hooks/pre-refresh
index 04d095d24..a253115a6 100644
--- a/certbot-dns-dnsimple/snap/hooks/pre-refresh
+++ b/certbot-dns-dnsimple/snap/hooks/pre-refresh
@@ -8,7 +8,7 @@ if [ -z "$first_install" ]; then
fi
echo "ls $SNAP/certbot-shared:" > "$SNAP_DATA/debuglog"
-ls $SNAP/certbot-shared
+ls $SNAP/certbot-shared > "$SNAP_DATA/debuglog"
cb_installed=$(grep -oP "__version__ = '\K.*(?=')" $SNAP/certbot-shared/__init__.py)
echo "cb_installed: $cb_installed" > "$SNAP_DATA/debuglog"
snapctl set cb-installed="$cb_installed"