mirror of
https://github.com/OutlineFoundation/outline-server.git
synced 2026-08-04 14:37:34 +00:00
Fix lint
This commit is contained in:
parent
0b6c42ca12
commit
e8d19a1a73
1 changed files with 2 additions and 1 deletions
|
|
@ -413,7 +413,8 @@ function set_hostname() {
|
|||
}
|
||||
|
||||
install_shadowbox() {
|
||||
local MACHINE_TYPE="$(uname -m)"
|
||||
local MACHINE_TYPE
|
||||
MACHINE_TYPE="$(uname -m)"
|
||||
if [[ "${MACHINE_TYPE}" != "x86_64" ]]; then
|
||||
log_error "Unsupported machine type: ${MACHINE_TYPE}. Please run this script on a x86_64 machine"
|
||||
exit 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue