From fa7e24dac0c82d5a3852b1440334cd0362af58a4 Mon Sep 17 00:00:00 2001 From: wilou Date: Wed, 22 Mar 2023 22:30:35 +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 ada0af0..51ecc57 100644 --- a/install.sh +++ b/install.sh @@ -122,7 +122,7 @@ chown -R $username:$username /home/$username/.config/variety/ mkdir -p /home/$username/.shutter/profiles cp $builddir/shutter/* /home/$username/.shutter/profiles/ chown -R $username:$username /home/$username/.shutter/ -nohup shutter -p=wibian --min_at_startup &>/dev/null & +nohup shutter &>/dev/null & pkill shutter nohup shutter -p=wibian --min_at_startup &>/dev/null &