bundles/wireguard: do not run wg_health_check during bw apply
This commit is contained in:
parent
9188b28b7a
commit
095d425de1
1 changed files with 7 additions and 0 deletions
|
@ -1,5 +1,12 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
if [[ -e "/var/lib/bundlewrap/hard-${node.name}/info" ]]
|
||||||
|
then
|
||||||
|
# make sure we're not restarting during bw apply
|
||||||
|
echo "bw apply running"
|
||||||
|
exit 0
|
||||||
|
fi
|
||||||
|
|
||||||
now="$(date +%s)"
|
now="$(date +%s)"
|
||||||
|
|
||||||
everything_up=1
|
everything_up=1
|
||||||
|
|
Loading…
Add table
Reference in a new issue