Skip to content

Commit 69ad0ae

Browse files
committed
Adjust install ssl message.
1 parent 96e61c4 commit 69ad0ae

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

install/hst-install-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1138,7 +1138,7 @@ key_start=$(grep -n "BEGIN RSA" /tmp/hst.pem |cut -f 1 -d:)
11381138
key_end=$(grep -n "END RSA" /tmp/hst.pem |cut -f 1 -d:)
11391139

11401140
# Adding SSL certificate
1141-
echo "Add ssl certificate to Hestia"
1141+
echo "(*) Add ssl certificate to Hestia"
11421142
cd $HESTIA/ssl
11431143
sed -n "1,${crt_end}p" /tmp/hst.pem > certificate.crt
11441144
sed -n "$key_start,${key_end}p" /tmp/hst.pem > certificate.key

install/hst-install-ubuntu.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1101,6 +1101,7 @@ key_start=$(grep -n "BEGIN RSA" /tmp/hst.pem |cut -f 1 -d:)
11011101
key_end=$(grep -n "END RSA" /tmp/hst.pem |cut -f 1 -d:)
11021102

11031103
# Adding SSL certificate
1104+
echo "(*) Add ssl certificate to Hestia"
11041105
cd $HESTIA/ssl
11051106
sed -n "1,${crt_end}p" /tmp/hst.pem > certificate.crt
11061107
sed -n "$key_start,${key_end}p" /tmp/hst.pem > certificate.key

0 commit comments

Comments
 (0)