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