home *** CD-ROM | disk | FTP | other *** search
/ Intuitiv 3D / Intuitiv3D_1.img / CubXLicenseServer.pkg / CubXLicenseServer.pre_install < prev    next >
Text File  |  1993-07-08  |  138b  |  13 lines

  1. #!/bin/sh
  2. #
  3. #
  4. PATH=/bin:/usr/ucb
  5. export PATH
  6.  
  7. if [ `whoami` != root ]; then
  8.     echo "FAILED (You must be root)"
  9.     exit 1
  10. fi
  11. echo "OK"
  12. exit 0
  13.