bundles/wide-dhcp-client: fix some bugs

This commit is contained in:
Franzi 2023-09-23 09:23:41 +02:00
parent a61a3816ed
commit c59a3038a1
Signed by: kunsi
GPG key ID: 12E3D2136B818350
3 changed files with 13 additions and 19 deletions

View file

@ -12,7 +12,7 @@ if systemctl is-active wide-dhcpv6-client;
then
systemctl stop wide-dhcpv6-client
sleep 1
systemctl sart wide-dhcpv6-client
systemctl start wide-dhcpv6-client
else
systemctl start wide-dhcpv6-client
fi