Skip to content

Commit 9f0fce6

Browse files
committed
Quoting fix
1 parent 2c09baf commit 9f0fce6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

systemd/cert-renewer@.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ExecStart=/usr/bin/step ca renew --force $CERT_LOCATION $KEY_LOCATION
2626

2727
; Try to reload or restart the systemd service that relies on this cert-renewer
2828
; If the relying service doesn't exist, forge ahead.
29-
ExecStartPost=/usr/bin/env bash -c 'if ! systemctl --quiet is-enabled %i.service ; then exit 0; fi; systemctl try-reload-or-restart %i'
29+
ExecStartPost=/usr/bin/env bash -c "if ! systemctl --quiet is-enabled %i.service ; then exit 0; fi; systemctl try-reload-or-restart %i"
3030
3131
[Install]
3232
WantedBy=multi-user.target

0 commit comments

Comments
 (0)