Update turnkey.sh

tweak
This commit is contained in:
tteckster 2023-12-05 05:41:51 -05:00 committed by GitHub
parent 1290e91450
commit cb312d1f5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -204,7 +204,7 @@ pct start "$CTID"
sleep 5
# Get container IP
set +e
set +euo pipefail # Turn off error checking
max_attempts=5
attempt=1
IP=""
@ -224,7 +224,6 @@ if [[ -z $IP ]]; then
IP="NOT FOUND"
fi
set -e
# Start Proxmox VE Monitor-All if available
if [[ -f /etc/systemd/system/ping-instances.service ]]; then
systemctl start ping-instances.service