Skip to content

Commit 18f6853

Browse files
committed
Update with review comments
Signed-off-by: Mark Riddoch <[email protected]>
1 parent 18938d7 commit 18f6853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/Debian/common/DEBIAN/postinst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ generate_auth_certs () {
100100
echo "User Certificate file already exists. Skipping generating new user certificate file."
101101
fi
102102
if [ ! -f /usr/local/fledge/data/etc/certs/systemctl.cert ]; then
103-
echo "User Certificate file does not exist. Generating new systemctl certificate file."
103+
echo "Systemctl Certificate file does not exist. Generating new systemctl certificate file."
104104
cd /usr/local/fledge
105105
./scripts/auth_certificates user systemctl ${SSL_DAYS}
106106
else

0 commit comments

Comments
 (0)