X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=INSTALL.sh;h=6b3e35c6be7b460d9168db0a63d2ce76b1d072df;hb=43ad20d4e4da65dcbd19486fcce421811dc8d825;hp=cd2ee064300d89f650d74f5d4827099b0682f2b5;hpb=fb8e29266b628c4ea99b724fe8442f6e9421b78c;p=brisk.git diff --git a/INSTALL.sh b/INSTALL.sh index cd2ee06..6b3e35c 100755 --- a/INSTALL.sh +++ b/INSTALL.sh @@ -1,17 +1,12 @@ #!/bin/bash # set -x - -# -# ONLY FOR TEST -# - # # Defaults # players_n=3 tables_n=16 tables_auth_n=6 -brisk_auth_conf="brisk_auth.conf.pho" +brisk_auth_conf="brisk_auth2.conf.pho" brisk_debug="0xffff" web_path="$HOME/brisk" legal_path="$HOME/brisk-priv" @@ -20,8 +15,8 @@ proxy_path="$HOME/brisk-priv/proxy" web_only="FALSE" brisk_conf="brisk.conf.pho" -if [ -f $HOME/.trusty_install ]; then - . $HOME/.trusty_install +if [ -f $HOME/.brisk_install ]; then + . $HOME/.brisk_install fi if [ "x$cookie_path" = "x" ]; then cookie_path=$web_path