mirror of
https://github.com/flynx/proxmox-utils.git
synced 2025-10-28 18:50:08 +00:00
fix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
1c2d2ee0e1
commit
038d150491
@ -114,7 +114,7 @@ for addr in "${TRUSTED_DOMAINS[@]}" ; do
|
|||||||
if [ -z "$addr" ] ; then
|
if [ -z "$addr" ] ; then
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
ADDRS="${ADDTS} $i => '${addr//\//\\/}',\\n"
|
ADDRS="${ADDRS}\ \ $i => '${addr//\//\\/}',\\n"
|
||||||
i=$(( i + 1 ))
|
i=$(( i + 1 ))
|
||||||
done
|
done
|
||||||
@ lxc-attach $ID -- bash -c "\
|
@ lxc-attach $ID -- bash -c "\
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user