Skip to content

Commit

Permalink
Fix : erreur de syntaxe sur le nom du service
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippeLeroux committed Aug 2, 2018
1 parent e605ad0 commit 7d94c35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dns/workaround_dhcp_leases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ fi

info "stop dhcpd and named."
exec_cmd systemctl stop dhcpd
exec_cmd systemctl stop name
exec_cmd systemctl stop named
LN

info "rm leases_file"
Expand All @@ -77,6 +77,6 @@ exec_cmd "touch $leases_file"
LN

info "start named and dhcpd."
exec_cmd systemctl start name
exec_cmd systemctl start named
exec_cmd systemctl start dhcpd
LN

0 comments on commit 7d94c35

Please sign in to comment.