diff options
Diffstat (limited to 'cronjob.py')
| -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') |
