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