Remove unused var

This commit is contained in:
Alessandro Pasotti 2018-10-13 13:18:56 +02:00
parent 6e2a2beec7
commit a2ec75c999

View File

@ -26,9 +26,6 @@ set -e
COMMAND=$1
# Current directory
_PWD=`pwd`
# Location of current script
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
PYDEPLOY=${DIR}/deploy.py