Skip to content

Commit

Permalink
Add quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
hhorak committed Mar 31, 2022
1 parent 3f69ffd commit f18cd78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 2.4/root/usr/share/container-scripts/httpd/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ root@${fqdn}
EOF
fi

chmod 640 ${sslcert}
chmod 640 ${sslkey}
chmod 640 "${sslcert}"
chmod 640 "${sslkey}"
}

config_general() {
Expand Down

0 comments on commit f18cd78

Please sign in to comment.