X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=INSTALL.sh;h=d31f1e115572ea772081e66ee20da45fd1a79413;hb=d96c30d2cdb27c9314474b8902f70fe69d88119b;hp=df595c9ee5f3974e9cc10cc2f358c91cdbd3d00c;hpb=ff3b3022f53716002c3ff856fa32723f2ecfadff;p=brisk.git diff --git a/INSTALL.sh b/INSTALL.sh index df595c9..d31f1e1 100755 --- a/INSTALL.sh +++ b/INSTALL.sh @@ -5,6 +5,9 @@ # CONFIG_FILE="$HOME/.brisk_install" +apache_path="/etc/apache2/sites-available/" +apache_conf="default" + players_n=3 tables_n=44 tables_auth_n=12 @@ -280,6 +283,7 @@ done for i in $(find web -name '.htaccess' -o -name '*.php' -o -name '*.phh' -o -name '*.pho' -o -name '*.css' -o -name '*.js' -o -name '*.mp3' -o -name '*.swf' | sed 's/^....//g'); do install -m 644 "web/$i" "${web_path}__/$i" done +chmod 755 "${web_path}__/spush/brisk-spush.php" if [ $players_n -eq 5 ]; then send_time=250