From 13682de9dea06765fe8b7c010f50a8f19224a15e Mon Sep 17 00:00:00 2001 From: Kay0u Date: Wed, 17 May 2023 12:19:44 +0200 Subject: [PATCH] fix update_container --- utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils.sh b/utils.sh index d7e9f24..c950ece 100755 --- a/utils.sh +++ b/utils.sh @@ -206,7 +206,7 @@ update_container() { local debian_version=$1 local ynh_version=$2 local snapshot=$3 - local image_to_update="yunohost-$debian_version-$ynh_version-$snapshot" + local image_to_update="yunohost-$debian_version-$ynh_version" if ! lxc info "$image_to_update" &>/dev/null then