From 9e7df456ee062d37699de296ff818ffe252277a4 Mon Sep 17 00:00:00 2001 From: Kayou Date: Tue, 7 May 2019 00:51:34 +0200 Subject: [PATCH] Typo --- scripts/install | 2 +- scripts/restore | 2 +- scripts/upgrade | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index 940c2c2..eb14748 100644 --- a/scripts/install +++ b/scripts/install @@ -124,7 +124,7 @@ swap_needed=0 # https://docs.gitlab.com/ee/install/requirements.html#memory if [ $total_memory -lt 8192 ]; then - # Need a minimum of 8Gbo of memory + # Need a minimum of 8Go of memory swap_needed=$((8192 - $total_memory)) fi diff --git a/scripts/restore b/scripts/restore index 965db39..d107441 100644 --- a/scripts/restore +++ b/scripts/restore @@ -72,7 +72,7 @@ swap_needed=0 # https://docs.gitlab.com/ee/install/requirements.html#memory if [ $total_memory -lt 8192 ]; then - # Need a minimum of 8Gbo of memory + # Need a minimum of 8Go of memory swap_needed=$((8192 - $total_memory)) fi diff --git a/scripts/upgrade b/scripts/upgrade index 4c14c3f..66a19fb 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -184,7 +184,7 @@ swap_needed=0 # https://docs.gitlab.com/ee/install/requirements.html#memory if [ $total_memory -lt 8192 ]; then - # Need a minimum of 8Gbo of memory + # Need a minimum of 8Go of memory swap_needed=$((8192 - $total_memory)) fi