From cb87043cf27e037386ef4166483854c011e8e7c3 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 18 Jan 2024 16:34:32 +0300 Subject: [PATCH] fix... Signed-off-by: Alex A. Naanou --- .pct-helpers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pct-helpers b/.pct-helpers index cca3f89..ed88b32 100644 --- a/.pct-helpers +++ b/.pct-helpers @@ -660,7 +660,7 @@ pctUpdateTurnkey(){ pctSet(){ [ "$2" ] \ && @ pct set $1 \ - ${2} \ + ${2} [ "$3" ] \ && @ pct reboot $1 }