corretto installer
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Sun, 11 Mar 2007 12:20:37 +0000 (12:20 +0000)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Sun, 11 Mar 2007 12:20:37 +0000 (12:20 +0000)
INSTALL.sh

index 9d613e8..b959272 100755 (executable)
@@ -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