Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2024-01-09 17:14:04 +03:00
parent 2ba4d101b3
commit 26550cddc9

View File

@ -88,7 +88,7 @@ echo "# Setup: wireguard default profile..."
echo "# client config:" echo "# client config:"
@ mkdir -p clients @ mkdir -p clients
@ lxc pull $ID /etc/wireguard/clients/default.conf clients/default.conf @ pct pull $ID /etc/wireguard/clients/default.conf clients/default.conf
echo "# ---" echo "# ---"
@ lxc-attach $ID -- cat /etc/wireguard/client/default.conf @ lxc-attach $ID -- cat /etc/wireguard/client/default.conf
echo "# ---" echo "# ---"