misc repo sync fix

This commit is contained in:
ferrreo 2023-09-19 09:27:11 +01:00
parent 6c736cac48
commit a7cb99b864

View File

@ -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