diff options
| author | 2026-04-10 22:22:48 +0000 | |
|---|---|---|
| committer | 2026-04-10 22:22:48 +0000 | |
| commit | 180feb3159e55c40d617f0669b57d92d1d19a1b1 (patch) | |
| tree | 1680174396615dd28fdd9e96dec9ae176a20e582 | |
| parent | fix delete wg and fix authorized_keys notify (diff) | |
fix birdc call in cronjob
| -rwxr-xr-x | cronjob.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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') |
