X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=INSTALL.sh;h=6437212901e5e84152ffd551183ee86b88564c42;hb=aff81ded58cbc8ce9678a56b634448b35e2ea804;hp=e2f2b51bba44556d997ba5e5ea714ba20f159b11;hpb=bf8ea40d932fd78a96de11b93632f8c7fc340dd4;p=brisk.git diff --git a/INSTALL.sh b/INSTALL.sh index e2f2b51..6437212 100755 --- a/INSTALL.sh +++ b/INSTALL.sh @@ -251,7 +251,7 @@ if [ "$web_only" = "FALSE" ]; then chmod 777 ${ftokk_path}/bin5 fi - for i in $(seq 0 $max_players); do + for i in $(seq 0 $((tables_n - 1))); do if [ ! -d ${ftokk_path}/bin5/table$i ]; then mkdir ${ftokk_path}/bin5/table$i fi @@ -262,13 +262,13 @@ if [ "$web_only" = "FALSE" ]; then touch ${ftokk_path}/bin5/table$i/user$e chmod 666 ${ftokk_path}/bin5/table$i/user$e done + # create subdirectories in proxy path + if [ ! -d ${proxy_path}/bin5/table$i ]; then + mkdir -p ${proxy_path}/bin5/table$i + fi done + chmod -R 777 ${proxy_path}/bin5 - # create subdirectories in proxy path - if [ ! -d ${proxy_path}/bin5 ]; then - mkdir ${proxy_path}/bin5 - fi - chmod 777 ${proxy_path}/bin5 fi install -d ${web_path}__ for i in $(find web -type d | grep -v /CVS | sed 's/^....//g'); do