small fixes

This commit is contained in:
2019-05-09 20:27:03 +00:00
parent 60bb0cb79a
commit 9ad3d001d8
2 changed files with 1 additions and 1 deletions

0
seqTemplate.sh Normal file → Executable file
View File

View File

@@ -52,7 +52,7 @@ siteDefaultLoc="/etc/nginx/sites-available/default"
siteDefaultIp4="server { siteDefaultIp4="server {
listen 80 default_server; listen 80 default_server;
include ${siteLetsencryptLoc}; include ${snippetLetsencryptLoc};
}" }"
step_3_info() { echo "Secure mariadb installation"; } step_3_info() { echo "Secure mariadb installation"; }