From dcf9fd434ec5045c3d62ee70e8bcae7a143d61a9 Mon Sep 17 00:00:00 2001 From: Kay0u Date: Fri, 15 Mar 2024 09:54:23 +0100 Subject: [PATCH] fix snapshot create --- utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils.sh b/utils.sh index bbdf54e..5732e5c 100755 --- a/utils.sh +++ b/utils.sh @@ -99,7 +99,7 @@ create_snapshot() local snapshot=$3 # Create snapshot - incus snapshot "$instance_to_publish" "$ynh_version-$snapshot" --reuse + incus snapshot create "$instance_to_publish" "$ynh_version-$snapshot" --reuse } restore_snapshot()