aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar steering72532026-04-10 22:22:48 +0000
committerGravatar steering72532026-04-10 22:22:48 +0000
commit180feb3159e55c40d617f0669b57d92d1d19a1b1 (patch)
tree1680174396615dd28fdd9e96dec9ae176a20e582
parentfix delete wg and fix authorized_keys notify (diff)
fix birdc call in cronjob
-rwxr-xr-xcronjob.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cronjob.py b/cronjob.py
index 894d1cc..67671bd 100755
--- a/cronjob.py
+++ b/cronjob.py
@@ -30,4 +30,4 @@ while row := curs.fetchone():
try: os.remove(f'/etc/wireguard/wg{asn%10000:04}{name}.conf')
except FileNotFoundError: pass
-os.system('birdc configure')
+os.system('/usr/sbin/birdc configure')