From 09c02513891fbf49bbc4768da40439adaa65290f Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Sat, 18 Feb 2017 13:04:20 +0100 Subject: [PATCH] Update local paths --- lib/include/bash/const | 6 ++++-- lib/include/php/const | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/lib/include/bash/const b/lib/include/bash/const index c2d426e..e288965 100755 --- a/lib/include/bash/const +++ b/lib/include/bash/const @@ -3,11 +3,13 @@ # RESET OUTPUT BUFFER # MAIN DIRECTORIES -export ROOT_DIR="/home/sats/satsd"; +#export ROOT_DIR="/home/sats/satsd"; +export ROOT_DIR="/home/xdrm-brackets/SANDBOX/sats-local"; export LOG_DIR="$ROOT_DIR/log"; export DATA_DIR="$ROOT_DIR/data"; export CONF_DIR="$ROOT_DIR/conf"; -export SOURCE_DIR="$ROOT_DIR/source"; +#export SOURCE_DIR="$ROOT_DIR/source"; +export SOURCE_DIR="/home/xdrm-brackets/Desktop/git.xdr/home/xdrm-brackets/Desktop/git.xdrm.io/logauth-sats"; export TMP_DIR="$ROOT_DIR/tmp"; # CONFIGURATION FILES diff --git a/lib/include/php/const b/lib/include/php/const index b618c4f..29db023 100755 --- a/lib/include/php/const +++ b/lib/include/php/const @@ -3,15 +3,17 @@ # RESET OUTPUT BUFFER # MAIN DIRECTORIES - define('ROOT_DIR', '/home/sats/satsd'); + #define('ROOT_DIR', '/home/sats/satsd'); + define('ROOT_DIR', '/home/xdrm-brackets/SANDBOX/sats-local'); define('LOG_DIR', ROOT_DIR.'/log'); define('DATA_DIR', ROOT_DIR.'/data'); define('CONF_DIR', ROOT_DIR.'/conf'); + #define('SOURCE_DIR', ROOT_DIR.'/source'); define('SOURCE_DIR', ROOT_DIR.'/source'); define('TMP_DIR', ROOT_DIR.'/tmp'); # CONFIGURATION FILES - define('SECRET_CONF', CONF_DIR.'/machine.secret'); + define('SECRET_CONF', '/home/xdrm-brackets/Desktop/git.xdr/home/xdrm-brackets/Desktop/git.xdrm.io/logauth-sats'); define('STATE_CONF', CONF_DIR.'/machine.state'); define('BRANCH_CONF', CONF_DIR.'/machine.branch'); define('ID_CONF', CONF_DIR.'/machine.id');