mirror of
https://github.com/Gator96100/ProxSpace.git
synced 2025-08-20 05:13:25 -07:00
Fixed check for existing zip file
This commit is contained in:
parent
0e5573b3a9
commit
c4d15694cf
1 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@ for i in $( ls ); do
|
|||
git pull
|
||||
hash=$(git rev-parse HEAD)
|
||||
date=$(date +%Y%m%d)
|
||||
if ! ls $copyDir/$i-$arch/$i-$arch-$date-$hash.zip 1> /dev/null 2>&1; then
|
||||
if ! ls $copyDir/$i-$arch/*-$hash.zip 1> /dev/null 2>&1; then
|
||||
make clean
|
||||
make all
|
||||
if [ $? -eq 0 ]; then
|
||||
|
@ -61,4 +61,4 @@ for i in $( ls ); do
|
|||
echo done
|
||||
fi
|
||||
fi
|
||||
done
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue