Skip to content

Commit b74d402

Browse files
committed
Update ssl-conf.sh
1 parent 849171b commit b74d402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ssl-conf.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ use_lets_encrypt_certificates() {
1818
reload_webserver() {
1919
cp $1/conf.d/default.conf.bak $1/conf.d/default.conf
2020
rm $1/conf.d/default.conf.bak
21-
echo "Starting webserver nginx Service"
21+
echo "Starting webserver nginx service"
2222
nginx -t
2323
}
2424

0 commit comments

Comments
 (0)