fixed destination variable name
This commit is contained in:
parent
00f677e992
commit
1078366ff5
@ -11,8 +11,8 @@ fi
|
|||||||
# Check for the deploy position (with default)
|
# Check for the deploy position (with default)
|
||||||
DEPLOY_DESTINATION_FILE="~/.deploy_destination"
|
DEPLOY_DESTINATION_FILE="~/.deploy_destination"
|
||||||
DEPLOY_DESTINATION="/opt"
|
DEPLOY_DESTINATION="/opt"
|
||||||
if [ -f "${DEPLOY_SOURCE_FILE}" ]; then
|
if [ -f "${DEPLOY_DESTINATION_FILE}" ]; then
|
||||||
. "${DEPLOY_SOURCE_FILE}"
|
. "${DEPLOY_DESTINATION_FILE}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Check if the correct usage is respected
|
# Check if the correct usage is respected
|
||||||
|
Loading…
Reference in New Issue
Block a user