misc repo sync fix
This commit is contained in:
parent
6c736cac48
commit
a7cb99b864
@ -37,7 +37,7 @@ cd ./manticoutput
|
||||
|
||||
cd ../
|
||||
|
||||
if [ $(ls ./output/ | wc -l) -lt 1 ]; then
|
||||
if [ $(ls ./manticoutput/ | wc -l) -lt 1 ]; then
|
||||
echo "Mantic repos are synced"
|
||||
exit 0
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user