Déplacement stage4 (gnome) vers stage5
[hvlinux.git] / functions-update
index cb7a7e8..916f239 100644 (file)
@@ -182,6 +182,7 @@ detect_file_not_found()
     # HTTP: will return error code 404.
     # FTP: will say "File not found"
     if grep "404" ${WGET_LOG_FILE} 1> /dev/null 2>&1; then
+        echo NOTFOUND
         return 0
     elif grep "No such file" ${WGET_LOG_FILE} 1> /dev/null 2>&1; then
         return 0