logging improvement

pull/289/head
Frostebite 2021-08-15 20:30:53 +00:00 committed by GitHub
parent 67022616fd
commit 9c288def3f
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ if [ -d "$libraryFolderFull" ]; then
fi
# Restore library cache
ls -lh "$libraryCacheFolder"
latestLibraryCacheFile=$(ls -t "$libraryCacheFolder" | grep .zip$ | head -1)
echo "Checking if $libraryCacheFolder/$latestLibraryCacheFile exists from $branch"