OpenSecurity/bin/download_initial_image.sh
changeset 133 6649faffb63c
parent 130 f770f1b2abf7
child 173 0659c6521fdc
     1.1 --- a/OpenSecurity/bin/download_initial_image.sh	Thu Apr 24 12:19:30 2014 +0200
     1.2 +++ b/OpenSecurity/bin/download_initial_image.sh	Fri Apr 25 13:23:20 2014 +0200
     1.3 @@ -24,9 +24,8 @@
     1.4  # that is "Run as Administrator" invocation
     1.5  id -G | grep 544 &> /dev/null
     1.6  if [ "${?}" != 0 ]; then
     1.7 -    echo "Insufficient privileges."
     1.8 -    echo "Is this script executed with 'Run As Administrator'?"
     1.9 -    exit 1
    1.10 +    echo "Insufficient privileges. Is this script executed with 'Run As Administrator'?"
    1.11 +    echo "I'll try anyway..."
    1.12  fi
    1.13  
    1.14  TARGET_FOLDER="${1}"