change base path to current path

pull/3/head
antoine.leveugle 2014-04-17 21:46:27 +02:00
parent 0c1d719906
commit 03514b89cd
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ LIBS="libs"
API_URL="https://api.ovh.com/1.0"
API_CREAT_APP_URL="https://api.ovh.com/createApp/"
CURRENT_PATH="$(dirname $0)"
CURRENT_PATH="$(pwd)"
# THESE VARS WILL BE USED LATER