From 27cd99f96a935102f0bec7b30411ceaa043eef88 Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Fri, 8 Jul 2022 13:21:47 +0200 Subject: [PATCH] Add update_psa with parameter to skip WAIT-test --- update_psa | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/update_psa b/update_psa index 654f9f1..86f6a6f 100755 --- a/update_psa +++ b/update_psa @@ -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