1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gitlab_ynh.git synced 2024-09-03 18:36:35 +02:00
This commit is contained in:
Éric Gaspar 2023-08-28 15:00:42 +02:00
parent 6abce413d7
commit 09c5d5c5f1
3 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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

View file

@ -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