pulp-runtime/configs/pulp.sh
2019-12-15 14:12:22 +01:00

10 lines
209 B
Bash

#!/bin/bash -e
export PULPRT_TARGET=pulp
export PULPRUN_TARGET=pulp
scriptDir="$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")"
if [ -e ${scriptDir}/../init.sh ]; then
source ${scriptDir}/../init.sh
fi