fix dhcpcd typo

This commit is contained in:
Bryan L. Gay 2019-05-15 20:34:06 -04:00
parent 9198d5e1e5
commit 9d21ec7425

View file

@ -56,7 +56,7 @@ for itm in $sel; do
'"networkmanager"') '"networkmanager"')
systemctl disable dhcpcd systemctl disable dhcpcd
if (svcenable NetworkManager) then if (svcenable NetworkManager) then
svcdisable dhcpd svcdisable dhcpcd
fi fi
;; ;;
'"openssh"') '"openssh"')