diff options
author | Christian Breunig <christian@breunig.cc> | 2025-03-18 16:07:08 +0100 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2025-03-18 16:07:08 +0100 |
commit | c1f04ba61cc6fd8901f7ca51d83d184020141f8e (patch) | |
tree | c5fc05424e78c53bbb7dd06faa0ef121cca77668 /src/helpers | |
parent | 95af91597c94856a38722daa5ea388646f9b735f (diff) | |
download | vyos-1x-c1f04ba61cc6fd8901f7ca51d83d184020141f8e.tar.gz vyos-1x-c1f04ba61cc6fd8901f7ca51d83d184020141f8e.zip |
pki: T7249: fix shebang to support CLI backend
Fixes an error:
interpreter/vyatta-cfg-run: line 162: `vyatta_config_commit-confirm': not a valid identifier
Which prevented to renew the certificates. This will only fix renewing of the
certificates. Nothing changed in how daemons will be restarted if a certificate
is updated.
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 |