Fixed conatainer id detection

Supporting container ids larger than 999.
This commit is contained in:
Thorsten Spille
2021-04-23 12:05:07 +02:00
committed by GitHub
parent a543e0a076
commit 3376652bbe

View File

@ -85,7 +85,7 @@ else
fi
# Get next free LXC-number
LXC_LST=$( lxc-ls | egrep -o '.{1,5}$' )
LXC_LST=$( lxc-ls -1 | tail -1 )
LXC_CHK=$((LXC_LST+1));
if [ $LXC_CHK -lt 100 ] || [ -f /etc/pve/qemu-server/$LXC_CHK.conf ]; then