home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / local / bin / end-profile < prev    next >
Encoding:
Text File  |  2012-10-24  |  179 b   |  11 lines

  1. #!/bin/sh
  2.  
  3. set -e
  4.  
  5. test -e /boot-profile.pid || exit 0
  6.  
  7. # Wait some time hoping Tor has bootstrapped and Iceweasel is started
  8. sleep 180
  9.  
  10. sudo -n /usr/local/sbin/kill-boot-profile
  11.