bundles/radvd: fix typo
bundlewrap/pipeline/head This commit looks good Details

This commit is contained in:
Franzi 2021-06-04 07:28:40 +02:00
parent 95856a2c2d
commit ff85191bbe
Signed by: kunsi
GPG Key ID: 12E3D2136B818350
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
if systemctl is-active wide-dhcpv6-client;
if systemctl is-active radvd;
then
systemctl restart radvd
else