From 58e9a2b274d04d78727891e07de7a0caf30ff84a Mon Sep 17 00:00:00 2001 From: Limezy Date: Sun, 5 Jun 2022 15:45:06 +0700 Subject: [PATCH] Update ynh_add_swap --- scripts/ynh_add_swap | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/ynh_add_swap b/scripts/ynh_add_swap index 131af9f..566a153 100644 --- a/scripts/ynh_add_swap +++ b/scripts/ynh_add_swap @@ -48,6 +48,7 @@ ynh_add_swap () { # If there's enough space for a swap, and no existing swap here if [ $swap_size -ne 0 ] && [ ! -e /swap_$app ] then + echo "Ça marche" # Create file truncate -s 0 /swap_$app