diff options
author | Daniil Baturin <daniil@vyos.io> | 2025-03-18 15:43:14 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-18 15:43:14 +0000 |
commit | 62ebdb827b1b3097b345aae0cf13b636ca055537 (patch) | |
tree | b3d3b3573b216b6c9910eba06df5d861f3634e7a /src/helpers | |
parent | c1ef26c2aa805f4ca274f1c3db4c260c47edcda3 (diff) | |
parent | c1f04ba61cc6fd8901f7ca51d83d184020141f8e (diff) | |
download | vyos-1x-62ebdb827b1b3097b345aae0cf13b636ca055537.tar.gz vyos-1x-62ebdb827b1b3097b345aae0cf13b636ca055537.zip |
Merge pull request #4405 from c-po/certbot-T7249
pki: T7249: fix shebang to support CLI backend
Diffstat (limited to 'src/helpers')
-rwxr-xr-x | src/helpers/vyos-certbot-renew-pki.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helpers/vyos-certbot-renew-pki.sh b/src/helpers/vyos-certbot-renew-pki.sh index d0b663f7b..1c273d2fa 100755 --- a/src/helpers/vyos-certbot-renew-pki.sh +++ b/src/helpers/vyos-certbot-renew-pki.sh @@ -1,3 +1,3 @@ -#!/bin/sh +#!/bin/vbash source /opt/vyatta/etc/functions/script-template /usr/libexec/vyos/conf_mode/pki.py certbot_renew |