We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88a419d commit c91b35dCopy full SHA for c91b35d
1 file changed
install/hst-install-ubuntu.sh
@@ -1298,6 +1298,7 @@ else
1298
'San Francisco' 'Hestia Control Panel' 'IT' > /tmp/hst.pem
1299
fi
1300
# Parsing certificate file
1301
+crt_end=$(grep -n "END CERTIFICATE-" /tmp/hst.pem |cut -f 1 -d:)
1302
if [ "$release" = "22.04" ]; then
1303
key_start=$(grep -n "BEGIN PRIVATE KEY" /tmp/hst.pem |cut -f 1 -d:)
1304
key_end=$(grep -n "END PRIVATE KEY" /tmp/hst.pem |cut -f 1 -d:)
0 commit comments