#!/bin/bash ### GENERAL app_customer="" app_project="" app_project_manager_dir="" ### STAGE stage_httpdocs_path="" stage_httpdocs_git_subpath="" stage_httpdocs_shopware_subpath="" ### LIVE live_httpdocs_path="" live_httpdocs_git_subpath="" live_httpdocs_shopware_subpath="" ### LOCAL STAGE local_stage_host="" ### LOCAL LIVE local_live_host="" ### POST SCRIPT app_dir="$app_project_manager_dir/data/$customer/$project" if [ -f "$app_dir/etc/post_config.sh" ] then source "$app_dir/etc/post_config.sh" fi