Add update_psa with parameter to skip WAIT-test

This commit is contained in:
Gerhard Hoffmann 2022-07-08 13:21:47 +02:00
parent 729778043a
commit 27cd99f96a

View File

@ -78,8 +78,8 @@ if cd "$WORKING_DIRECTORY"; then
# updates_available && break
#done
# update_psa "testing"
update_psa
update_psa "testing"
#update_psa
fi
fi
exit 0