Update install_server.sh

This commit is contained in:
Nial McCallister 2022-03-15 20:51:12 +00:00 committed by GitHub
parent afd5b6de42
commit a215562040
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -415,7 +415,7 @@ function set_hostname() {
install_shadowbox() {
if [[ $(uname -m 2> /dev/null) != x86_64 ]]; then
log_error " Please run this script on an x86_64 machine."
log_error " Please run this script on a x86_64 machine."
exit 1
fi
# Make sure we don't leak readable files to other users.