mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-10-02 08:06:17 +00:00
Update share-common.func
This commit is contained in:
@@ -455,6 +455,8 @@ select_privileged_lxc() {
|
|||||||
# === Start CT if not running ===
|
# === Start CT if not running ===
|
||||||
ct_status=$(pct status "$ctid" | awk '{print $2}')
|
ct_status=$(pct status "$ctid" | awk '{print $2}')
|
||||||
if [[ "$ct_status" != "running" ]]; then
|
if [[ "$ct_status" != "running" ]]; then
|
||||||
|
show_proxmenux_logo
|
||||||
|
echo -e
|
||||||
msg_info "$(translate "Starting CT") $ctid..."
|
msg_info "$(translate "Starting CT") $ctid..."
|
||||||
pct start "$ctid"
|
pct start "$ctid"
|
||||||
sleep 2
|
sleep 2
|
||||||
|
Reference in New Issue
Block a user