Skip to content

Commit c91b35d

Browse files
committed
Bug in installer for Ubuntu
1 parent 88a419d commit c91b35d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install/hst-install-ubuntu.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1298,6 +1298,7 @@ else
12981298
'San Francisco' 'Hestia Control Panel' 'IT' > /tmp/hst.pem
12991299
fi
13001300
# Parsing certificate file
1301+
crt_end=$(grep -n "END CERTIFICATE-" /tmp/hst.pem |cut -f 1 -d:)
13011302
if [ "$release" = "22.04" ]; then
13021303
key_start=$(grep -n "BEGIN PRIVATE KEY" /tmp/hst.pem |cut -f 1 -d:)
13031304
key_end=$(grep -n "END PRIVATE KEY" /tmp/hst.pem |cut -f 1 -d:)

0 commit comments

Comments
 (0)