mirror of
https://github.com/OutlineFoundation/outline-server.git
synced 2026-08-04 14:37:34 +00:00
Update install_server.sh
This commit is contained in:
parent
afd5b6de42
commit
a215562040
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue