1 Commits
1.0.1 ... 1.1.0

Author SHA1 Message Date
1078366ff5 fixed destination variable name 2022-09-18 17:52:05 +02:00

View File

@@ -11,8 +11,8 @@ fi
# Check for the deploy position (with default)
DEPLOY_DESTINATION_FILE="~/.deploy_destination"
DEPLOY_DESTINATION="/opt"
if [ -f "${DEPLOY_SOURCE_FILE}" ]; then
. "${DEPLOY_SOURCE_FILE}"
if [ -f "${DEPLOY_DESTINATION_FILE}" ]; then
. "${DEPLOY_DESTINATION_FILE}"
fi
# Check if the correct usage is respected