diff --git a/root/home/e-smith/files/shares/tools/files/scripts/session/015mozBackup.bat b/root/home/e-smith/files/shares/tools/files/scripts/session/015mozBackup.bat index 878996b..f72f16f 100755 --- a/root/home/e-smith/files/shares/tools/files/scripts/session/015mozBackup.bat +++ b/root/home/e-smith/files/shares/tools/files/scripts/session/015mozBackup.bat @@ -24,7 +24,7 @@ REM Recherche du répertoire de profile de Thunderbird for /f %%a in ('dir /b "%APPDATA%\Thunderbird\Profiles\*.default"') do SET TBPROFILE=%APPDATA%\Thunderbird\Profiles\%%a REM Si le répertoire de profile n'existe pas, on s'arrête -IF NOT EXIST "%TBPROFILE%" :EOF +IF NOT EXIST "%TBPROFILE%" GOTO :EOF REM Rotation des anciennes sauvegardes REM Pas très élégant, mais on fait ce qu'on peut