Skip to content

Commit c1f04ba

Browse files
committed
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.
1 parent 95af915 commit c1f04ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helpers/vyos-certbot-renew-pki.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
#!/bin/sh
1+
#!/bin/vbash
22
source /opt/vyatta/etc/functions/script-template
33
/usr/libexec/vyos/conf_mode/pki.py certbot_renew

0 commit comments

Comments
 (0)