Correction de la génération des lignes de répertoire
This commit is contained in:
parent
3ab84d1612
commit
c250680417
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ do
|
|||
lastmodif="$(stat -c "%y" "$i" | cut -d':' -f-2)"
|
||||
|
||||
# Insertion de la ligne du tableau correspondant au fichier en cours de traitement
|
||||
row "$i" "0" "-" "$lastmodif" "inode/directory" >> index.html
|
||||
row "${i::-1}" "0" "-" "$lastmodif" "inode/directory" >> index.html
|
||||
done
|
||||
|
||||
# Pour chaque fichier
|
||||
|
|
Loading…
Reference in a new issue