diff --git a/example.sh b/example.sh index df728a5..182415b 100755 --- a/example.sh +++ b/example.sh @@ -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