added some test code wo activate WAIT state

This commit is contained in:
Gerhard Hoffmann 2022-06-04 21:48:58 +02:00
parent 99fe056626
commit 0ee446dcc0

View File

@ -63,17 +63,13 @@ then
then then
check_sanity_of_repository check_sanity_of_repository
# reset_update_trigger
# set_updates_available # set_updates_available
# sleep 10 # while :
# if updates_available # do
# then
# update_psa_started
# sleep 5 # sleep 5
# update_psa_in_progress # updates_available && break
# sleep 5 # done
# update_status
# fi
update_psa update_psa
fi fi
fi fi