make wireguard entrypoint do proper interruptible sleep

This commit is contained in:
Maciej Lebiest 2023-08-06 13:22:52 +02:00 committed by GitHub
parent 5f3431f1d1
commit 85bf5e6faa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,5 +18,5 @@ done
wg-quick up /data/wg0.conf wg-quick up /data/wg0.conf
while true; do sleep 5; done sleep infinity &
wait $!