Fix
parent
f116456183
commit
fcf0de8159
|
|
@ -24,9 +24,9 @@ fi
|
||||||
ls -lh "$libraryCacheFolder"
|
ls -lh "$libraryCacheFolder"
|
||||||
latestLibraryCacheFile=$(ls -t "$libraryCacheFolder" | grep .zip$ | head -1)
|
latestLibraryCacheFile=$(ls -t "$libraryCacheFolder" | grep .zip$ | head -1)
|
||||||
|
|
||||||
echo "Checking if $libraryCacheFolder/$latestLibraryCacheFile"
|
echo "Checking if $libraryCacheFolder/$latestLibraryCacheFile $libraryFolderFull"
|
||||||
if [ -f "$libraryCacheFolder/$latestLibraryCacheFile" ]; then
|
if [ -f "$libraryCacheFolder/$latestLibraryCacheFile" ]; then
|
||||||
echo "Library cache exists"
|
echo "Library cache exists $"
|
||||||
mkdir -p "$libraryFolderFull"
|
mkdir -p "$libraryFolderFull"
|
||||||
unzip -q "$libraryCacheFolder/$latestLibraryCacheFile" -d "$libraryFolderFull"
|
unzip -q "$libraryCacheFolder/$latestLibraryCacheFile" -d "$libraryFolderFull"
|
||||||
ls "$libraryFolderFull"
|
ls "$libraryFolderFull"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue