diff options
-rw-r--r-- | install-itzks-workstation | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install-itzks-workstation b/install-itzks-workstation index 8cab9d0..0ebc1a9 100644 --- a/install-itzks-workstation +++ b/install-itzks-workstation @@ -77,7 +77,7 @@ sed -r -e 's/^(iface\s+eth[0-9]\s+inet\s+dhcp)\s*/#NetworkManager \1/' -i /etc/n #################### # Scripted edit to /etc/default/nfs-common when script is run -sed -i 's/NEED_GSSD=.*/NEED_GSSD=/' /etc/default/nfs-common +sed -e 's/^NEED_GSSD=.*/NEED_GSSD=/' -i /etc/default/nfs-common #################### # Disable NIS netgroup cache in NSCD, has been buggy in glibc since Debian jessie... |