From 6cde640f5b17b6f33cf670456c302464af47d027 Mon Sep 17 00:00:00 2001 From: bruno Date: Wed, 26 Jul 2023 09:40:15 -0400 Subject: [PATCH] corr --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 7b37128..51daf8c 100644 --- a/install.sh +++ b/install.sh @@ -41,7 +41,7 @@ validate_dependencies() { # Fonction de suppression du fichier scut-latest.zip* deleteOldDownload() { # VĂ©rifier que le ou les fichier scut-latest.zip* n'existe pas - if [ -f "scut-latest.zip*" ]; then + if [ -f "scut-latest.zip" ]; then rm -f scut-latest.zip* fi