From 5a2be12c6ced3dad92a62d9714f2281d24f18d12 Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Sun, 11 Mar 2007 12:20:37 +0000 Subject: [PATCH] corretto installer --- INSTALL.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/INSTALL.sh b/INSTALL.sh index 9d613e8..b959272 100755 --- a/INSTALL.sh +++ b/INSTALL.sh @@ -82,6 +82,7 @@ echo " n_players: $n_players" echo " brisk_debug:\"$brisk_debug\"" echo " web_path: \"$web_path\"" echo " ftok_path: \"$ftok_path\"" +echo " legal_path: \"$legal_path\"" echo " cookie_path:\"$cookie_path\"" echo " web_only: \"$web_only\"" @@ -94,6 +95,7 @@ if [ ! -z "$outconf" ]; then echo "brisk_debug=\"$brisk_debug\"" echo "web_path=\"$web_path\"" echo "ftok_path=\"$ftok_path\"" + echo "legal_path=\"$legal_path\"" echo "cookie_path=\"$cookie_path\"" echo "web_only=\"$web_only\"" ) > "$outconf" @@ -149,4 +151,4 @@ sed -i "s@define *( *LEGAL_PATH,[^)]*)@define(LEGAL_PATH, $legal_path)@g" ${web_ 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 +exit 0 -- 2.17.1