X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=INSTALL.sh;h=9ba9471efa59e873dd0ecd15fb6cfe8629f4eb75;hb=30395d5065cc3e2d6fdfd3ff8fc9f706135cf5f8;hp=c187f43e74a6a3091d3b2644b773a17ff907ed94;hpb=a66e45e2a79309726e4dd6f4ab63640365971d5c;p=brisk.git diff --git a/INSTALL.sh b/INSTALL.sh index c187f43..9ba9471 100755 --- a/INSTALL.sh +++ b/INSTALL.sh @@ -12,20 +12,19 @@ if [ -f $HOME/.brisk_install ]; then . $HOME/.brisk_install fi if [ "x$cookie_path" = "x" ]; then - cookie_path=web_path + cookie_path=$web_path fi function usage () { echo echo "$1 -h" - echo "$1 [-W] [-n 3|5] [-d TRUE|FALSE] [-w web_dir] [-k ] [-c ] [-W]" + echo "$1 [-W] [-n 3|5] [-d TRUE|FALSE] [-w web_dir] [-k ] [-c ]" echo " -h this help" echo " -W web files only" - echo " -n number of players - def. $n_players" - echo " -d activate dabug - def. $brisk_debug" + echo " -n number of players - def. $n_players" + 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 " -c cookie path - def. \"$cookie_path\"" - echo " -W install web files only" + echo " -c cookie path - def. \"$cookie_path\"" echo }