mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-07 00:09:18 +00:00
Fix inclusion of command output
This commit is contained in:
parent
4494fbb0b9
commit
3ddc5bf2a7
@ -74,7 +74,7 @@ msg_ok "Started Alpine Step-CA"
|
|||||||
motd_ssh
|
motd_ssh
|
||||||
|
|
||||||
# add fingerprint to motd
|
# add fingerprint to motd
|
||||||
ca_root_fingerprint=${step certificate fingerprint root_${STEPPATH}/certs/ca.crt}
|
ca_root_fingerprint=$(step certificate fingerprint root_${STEPPATH}/certs/ca.crt)
|
||||||
echo -e "${TAB}${DEFAULT}${YW} Fingerprint CA Root Certificate: ${GN}${ca_root_fingerprint}${CL}" >> /etc/motd
|
echo -e "${TAB}${DEFAULT}${YW} Fingerprint CA Root Certificate: ${GN}${ca_root_fingerprint}${CL}" >> /etc/motd
|
||||||
|
|
||||||
customize
|
customize
|
||||||
|
Loading…
Reference in New Issue
Block a user