From b9cc97ca047b096afeb1722cf1e01bc85242bcaf Mon Sep 17 00:00:00 2001 From: Limezy Date: Mon, 6 Jun 2022 01:13:04 +0700 Subject: [PATCH] Update install --- scripts/install | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index 7de2545..c344a68 100755 --- a/scripts/install +++ b/scripts/install @@ -75,9 +75,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 Photoprism work properly" - fi + ynh_add_swap --size=$swap_needed fi #=================================================