From 80c0270f5de9570e0deebf479a1015df99796c52 Mon Sep 17 00:00:00 2001 From: John BigoudOps <101472804+BigoudOps@users.noreply.github.com> Date: Fri, 16 Dec 2022 20:39:02 +0100 Subject: [PATCH] Update postinstall.sh --- postinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postinstall.sh b/postinstall.sh index c327d91..f1e2f20 100755 --- a/postinstall.sh +++ b/postinstall.sh @@ -63,7 +63,7 @@ fi if [ ! -f "/usr/bin/keepassxc" ]; then echo -e "${vert}tu veux installer Keepassxc? ${neutre}" - read -r "$keepassxc" + read -r $keepassxc case $keepassxc in N | n) echo "KeepassXC ne sera pas installé, honte à toi"