mirror of
https://github.com/YunoHost-Apps/gitlab_ynh.git
synced 2024-09-03 18:36:35 +02:00
typos
This commit is contained in:
parent
6abce413d7
commit
09c5d5c5f1
3 changed files with 4 additions and 4 deletions
|
@ -87,7 +87,7 @@ fi
|
|||
if [ $swap_needed -gt 0 ]; then
|
||||
ynh_script_progression --message="Adding $swap_needed Mo to swap..."
|
||||
if ! ynh_add_swap --size=$swap_needed; then
|
||||
ynh_print_warn --message="Please add $swap_needed Mo to swap to make Gitlab work properly"
|
||||
ynh_print_warn --message="Please add $swap_needed Mo to swap to make GitLab work properly"
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
|
@ -34,7 +34,7 @@ fi
|
|||
if [ $swap_needed -gt 0 ]; then
|
||||
ynh_script_progression --message="Adding $swap_needed Mo to swap..."
|
||||
if ! ynh_add_swap --size=$swap_needed; then
|
||||
ynh_print_warn --message="Please add $swap_needed Mo to swap to make Gitlab work properly"
|
||||
ynh_print_warn --message="Please add $swap_needed Mo to swap to make GitLab work properly"
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
|
@ -51,7 +51,7 @@ if [ -z "$architecture" ]; then
|
|||
elif [ -n "$(uname -m | grep x86_64)" ]; then
|
||||
architecture="x86-64"
|
||||
elif [ -n "$(uname -m | grep 86)" ]; then
|
||||
ynh_die "Gitlab is not compatible with x86 architecture"
|
||||
ynh_die "GitLab is not compatible with x86 architecture"
|
||||
elif [ -n "$(uname -m | grep arm)" ]; then
|
||||
architecture="arm"
|
||||
else
|
||||
|
@ -106,7 +106,7 @@ fi
|
|||
if [ $swap_needed -gt 0 ]; then
|
||||
ynh_script_progression --message="Adding $swap_needed Mo to swap..."
|
||||
if ! ynh_add_swap --size=$swap_needed; then
|
||||
ynh_print_warn --message="Please add $swap_needed Mo to swap to make Gitlab work properly"
|
||||
ynh_print_warn --message="Please add $swap_needed Mo to swap to make GitLab work properly"
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue