bundles/radvd: fix typo
All checks were successful
bundlewrap/pipeline/head This commit looks good

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

View file

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