Browse Source

Make missing dir

tags/nilmdbuntu-1
Jim Paris 10 years ago
parent
commit
10f7042330
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      extractiso.sh

+ 1
- 0
extractiso.sh View File

@@ -16,6 +16,7 @@ set -e

# download it if it doesn't exist
if ! [ -e ${ORIG} ] ; then
mkdir -p $(dirname ${ORIG})
wget -O "${ORIG}" "${ORIGURL}"
fi



Loading…
Cancel
Save