summaryrefslogtreecommitdiff
path: root/cronjob.py
diff options
context:
space:
mode:
Diffstat (limited to 'cronjob.py')
-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')