From 3e59fa60afcf326c8e0f325a53267109b1099178 Mon Sep 17 00:00:00 2001 From: wilou Date: Thu, 16 Mar 2023 07:16:14 +0000 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'install.sh'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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