diff --git a/scripts/ynh_add_swap b/scripts/ynh_add_swap index 0f7a2ee..a54456f 100644 --- a/scripts/ynh_add_swap +++ b/scripts/ynh_add_swap @@ -48,7 +48,7 @@ ynh_add_swap () { echo $swap_size echo $() # If there's enough space for a swap, and no existing swap here - if [[ $swap_size -ne 0 ]] && [[ ! -e /swap_$app ]] + if [[ $swap_size -ne 0 ]] #&& [[ ! -e /swap_$app ]] then echo "OK ici" # Create file