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

pre-refresh « hooks « snap « certbot-dns-dnsimple - github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ea9092ca047e98c11157d5753f915821776c34a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh -e

# echo "ls $SNAP/certbot-shared:" >> "$SNAP_DATA/debuglog"
# ls $SNAP/certbot-shared >> "$SNAP_DATA/debuglog"

# if [ ! -f "$SNAP/certbot-shared/__init__.py" ]; then
#     echo "No certbot version available; not doing version comparison check" >> "$SNAP_DATA/debuglog"
#     exit 0
# fi

# 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"