From 95f30c97f07c51daa3b93d58d3a165bdee780730 Mon Sep 17 00:00:00 2001 From: pvincent Date: Mon, 23 Mar 2026 22:20:10 +0400 Subject: [PATCH] pct-rename again --- bin/pct-rename | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/pct-rename b/bin/pct-rename index 73ea748..4751a1a 100755 --- a/bin/pct-rename +++ b/bin/pct-rename @@ -49,7 +49,6 @@ function assert_args { function rename { vmid=$(pct-lookup $OLDNAME) - pct set $vmid --hostname "$NEWNAME" }