Ignore:
Timestamp:
2011-04-18T17:26:04+12:00 (13 years ago)
Author:
davidb
Message:

Extra error checking

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-extensions/i-jetty/trunk/src/DEX-TO-SDCARD.sh

    r23882 r23920  
    11#!/bin/bash
     2
     3if [ "x$SDCARD_WEBAPPS" = "x" ] ; then
     4  echo "Environment variable SDCARD_WEBAPPS undefined"
     5  echo "  => No valid directory to install to on Android device"
     6  echo "  => Did you run setup.bash before the Android device was in disk mode?"
     7  exit
     8fi
     9
    210
    311if [ ! -d $SDCARD_GSDL3HOME ] ; then
Note: See TracChangeset for help on using the changeset viewer.