#!/bin/bash ### LOCAL STAGE ENV # url to stage local_stage_url='' # The httpdocs folder on your server local_stage_httpdocs_path='' ### LOCAL LIVE ENV # url to live local_live_url='' # The httpdocs folder on your server local_live_httpdocs_path='' ### POSTSCRIPTS app_dir= if [ -f '$app_dir/etc/post_config.sh' ] then source '$app_dir/etc/post_config.sh' fi