Skip to content

Commit

Permalink
Merge pull request #46 from barriosnahuel/Fix-working-directory
Browse files Browse the repository at this point in the history
Save download directory because we are moving away
  • Loading branch information
barriosnahuel committed May 10, 2016
2 parents 072ee32 + 7f1b75f commit 7627c91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ else
log "Detected platform <Lubuntu>"
fi


CURRENT_DIR="$( cd "$( dirname "$0" )" && pwd )"
log "Creating coding directories tree"
. ./createDirectoriesTree.sh
log "Coding directories tree created ok"

cd "${CURRENT_DIR}"

log "Loading properties file..."
. ./properties.sh
Expand Down Expand Up @@ -56,4 +56,4 @@ logInfo "Download JDownloader2 from: http://jdownloader.org/download/index"
logInfo "#### Installation of your favorite software has finished ####"
logInfo "Thanks for using me! -- Don't forget to fork me on Github: http://github.com/barriosnahuel/efu"
logInfo "To see the installation log run the following on the command line: 'tail –f ~/Downloads/efu.log'"
log "[Important] You should also take a look to: '~/Downloads/summary.efu.log'"
log "[Important] You should also take a look to: '~/Downloads/summary.efu.log'"

0 comments on commit 7627c91

Please sign in to comment.