Skip to content

Commit

Permalink
Add quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
hhorak committed Dec 15, 2023
1 parent ba887da commit b9cede9
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 @@ -57,8 +57,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 b9cede9

Please sign in to comment.