From e3d137efbaef6f734e3a115640e6df0bf2898467 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Tue, 2 Sep 2025 22:56:46 +0200 Subject: [PATCH] Update share-common.func --- scripts/global/share-common.func | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/global/share-common.func b/scripts/global/share-common.func index a4c4f0d..283e565 100644 --- a/scripts/global/share-common.func +++ b/scripts/global/share-common.func @@ -455,6 +455,8 @@ select_privileged_lxc() { # === Start CT if not running === ct_status=$(pct status "$ctid" | awk '{print $2}') if [[ "$ct_status" != "running" ]]; then + show_proxmenux_logo + echo -e msg_info "$(translate "Starting CT") $ctid..." pct start "$ctid" sleep 2