X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=INSTALL.sh;h=9d613e84bcc4d0c33a495be7b7fd71a02c46f896;hb=248fc91d380d297c6bd58824de79c09e376ac4ca;hp=5ffa87ab344c4455eafc6a8797037a056f13f959;hpb=c24c9691acfc651d6c627384506076726321261d;p=brisk.git diff --git a/INSTALL.sh b/INSTALL.sh index 5ffa87a..9d613e8 100755 --- a/INSTALL.sh +++ b/INSTALL.sh @@ -17,7 +17,7 @@ fi function usage () { echo echo "$1 -h" - echo "$1 [-W] [-n 3|5] [-f conffile] [-p outconf] [-d TRUE|FALSE] [-w web_dir] [-k ] [-c ]" + echo "$1 [-W] [-n 3|5] [-f conffile] [-p outconf] [-d TRUE|FALSE] [-w web_dir] [-k ] [-l ] [-c ]" echo " -h this help" echo " -f use this config file" echo " -p save preferences in the file" @@ -26,6 +26,7 @@ function usage () { echo " -d activate dabug - def. $brisk_debug" echo " -w dir where place the web tree - def. \"$web_path\"" echo " -k dir where place ftok files - def. \"$ftok_path\"" + echo " -l dir where save logs - def. \"$legal_path\"" echo " -c cookie path - def. \"$cookie_path\"" echo @@ -144,6 +145,8 @@ sed -i "s@define *( *FTOK_PATH,[^)]*)@define(FTOK_PATH, \"$ftok_path\")@g" `find sed -i "s@define *( *BRISK_DEBUG,[^)]*)@define(BRISK_DEBUG, $brisk_debug)@g" ${web_path}/brisk.phh +sed -i "s@define *( *LEGAL_PATH,[^)]*)@define(LEGAL_PATH, $legal_path)@g" ${web_path}/brisk.phh + sed -i "s@var \+xhr_rd_cookiepath \+= \+\"[^\"]*\";@var xhr_rd_cookiepath = \"$cookie_path\";@g" ${web_path}/xhr.js exit 0 \ No newline at end of file