update example

This commit is contained in:
1e99 2025-03-22 13:21:25 +01:00
parent d4521934ce
commit 5c8cecdc92

View file

@ -11,10 +11,11 @@ fi
echo "Aquired session with id $session_id"
# Do your backup here and wait for the PC to come online using a ping-loop for example
# 1. Wait for the PC to come online (using a ping-loop for example)
# 2. Do your backup here
sleep 5
# Delete the session after we are done using it
# End the session after we are done using it
curl -s -X DELETE http://localhost:3000/api/session/$session_id
exit_code=$?
if [ $exit_code != 0 ]; then