mirror of
https://github.com/YunoHost-Apps/gitlab_ynh.git
synced 2024-09-03 18:36:35 +02:00
Typo
This commit is contained in:
parent
d5e44d9769
commit
9e7df456ee
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue