summaryrefslogtreecommitdiff
path: root/src/helpers
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2025-03-18 16:07:08 +0100
committerChristian Breunig <christian@breunig.cc>2025-03-18 16:07:08 +0100
commitc1f04ba61cc6fd8901f7ca51d83d184020141f8e (patch)
treec5fc05424e78c53bbb7dd06faa0ef121cca77668 /src/helpers
parent95af91597c94856a38722daa5ea388646f9b735f (diff)
downloadvyos-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-xsrc/helpers/vyos-certbot-renew-pki.sh2
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