simulate WAIT-button

This commit is contained in:
Gerhard Hoffmann 2023-04-25 14:26:36 +02:00
parent bd0d07f56f
commit 33511a5bcb

View File

@ -71,15 +71,15 @@ if cd "$WORKING_DIRECTORY"; then
then then
check_sanity_of_repository check_sanity_of_repository
#set_updates_available set_updates_available
#while : while :
#do do
# sleep 5 sleep 5
# updates_available && break updates_available && break
#done done
update_psa "testing" #update_psa "testing"
#update_psa update_psa
fi fi
fi fi
exit 0 exit 0