peliprint/blueprint/lib/grabenv.sh

11 lines
243 B
Bash
Raw Normal View History

#!/bin/bash
#
# This script has been created as part of the Blueprint source code
# and may be intergrated directly into the core in the future.
cd "${BLUEPRINT__FOLDER}"
grabPanelUrl() {
source ${BLUEPRINT__FOLDER}/.env
echo $APP_URL
}