diff --git a/install.sh b/install.sh index 45fb036..f36932e 100644 --- a/install.sh +++ b/install.sh @@ -32,7 +32,7 @@ sed -i '1i 127.0.0.1\t'$machinename /etc/hosts mkdir -p /etc/dconf/profile touch /etc/dconf/profile/user DCONF_PROFILE=/etc/dconf/profile/user -sed -i '1i service-db:keyfile/user' /etc/dconf/profile/user +printf '%s\n' 'service-db:keyfile/user' >> /etc/dconf/profile/user # noatime cp /etc/fstab /etc/fstab.bck