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:
@@ -552,6 +552,9 @@ select_privileged_lxc() {
|
|||||||
sleep 2
|
sleep 2
|
||||||
if [[ "$(pct status "$ctid" | awk '{print $2}')" != "running" ]]; then
|
if [[ "$(pct status "$ctid" | awk '{print $2}')" != "running" ]]; then
|
||||||
msg_error "$(translate "Failed to start the CT.")"
|
msg_error "$(translate "Failed to start the CT.")"
|
||||||
|
echo -e ""
|
||||||
|
msg_success "$(translate 'Press Enter to continue...')"
|
||||||
|
read -r
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
msg_ok "$(translate "CT started successfully.")"
|
msg_ok "$(translate "CT started successfully.")"
|
||||||
|
Reference in New Issue
Block a user