X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=INSTALL.sh;h=a1617204fb91e9b304e7e42ab4915a181f71e3b8;hb=fc19a0f063cf2e544a61a58b4ac31254f91d6ba5;hp=ee329b006807991b343f9fb04982db2e40dcef6b;hpb=9878243b4e002b50ee444cf906b9e13faba4fe01;p=brisk.git diff --git a/INSTALL.sh b/INSTALL.sh index ee329b0..a161720 100755 --- a/INSTALL.sh +++ b/INSTALL.sh @@ -368,6 +368,10 @@ 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' -o -name 'terms-of-service*' | sed 's/^....//g'); do install -m 644 "web/$i" "${web_path}__/$i" done + +# hardlink for nginx managed websocket files. +ln "${web_path}__/xynt_test01.php" "${web_path}__/xynt_test01_wss.php" + if [ "$test_add" = "TRUE" ]; then for i in $(find webtest -name '.htaccess' -o -name '*.php' -o -name '*.phh' -o -name '*.pho' -o -name '*.css' -o -name '*.js' -o -name '*.mp3' -o -name '*.swf' -o -name 'terms-of-service*' | sed 's/^........//g'); do install -m 644 "webtest/$i" "${web_path}__/$i"