pulp-runtime/configs/pulp.sh

16 lines
291 B
Bash
Raw Normal View History

2019-12-15 13:12:22 +00:00
#!/bin/bash -e
export PULPRT_TARGET=pulp
export PULPRUN_TARGET=pulp
if [ -n "${ZSH_VERSION:-}" ]; then
DIR="$(readlink -f -- "${(%):-%x}")"
scriptDir="$(dirname $DIR)"
else
scriptDir="$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")"
fi
2019-12-15 13:12:22 +00:00
2019-12-17 21:14:17 +00:00
source $scriptDir/common.sh