Skip to content

Commit

Permalink
startup.sh: Remove stale reboot/poweroff files
Browse files Browse the repository at this point in the history
  • Loading branch information
chfoo committed Oct 14, 2017
1 parent bdddcea commit da67b42
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions startup.sh
Expand Up @@ -19,6 +19,9 @@ fi

CONTAINER_ID=`cat /root/docker_container_id.txt`

docker exec -it $CONTAINER_ID rm -f /tmp/warrior_reboot_required \
/tmp/warrior_poweroff_required

echo "Warrior is updating Seesaw Kit."
echo "The web interface will be ready at http://127.0.0.1:8001 soon."
echo "Please wait..."
Expand Down

0 comments on commit da67b42

Please sign in to comment.