Commit 15e8d718 by Masaru Abe

build対応

parent 53107e2d
#!/bin/sh #!/bin/sh
PROTOCOL=$1 PROTOCOL=$1
DOMAIN=$2 DOMAIN=$2
HTACCESSPATH=$3
if [ "$HTACCESSPATH" = "" ]; then
HTACCESSPATH="web"
fi
modify_htaccess() modify_htaccess()
{ {
...@@ -41,7 +46,7 @@ modify_api() ...@@ -41,7 +46,7 @@ modify_api()
EOF EOF
} }
modify_htaccess "$PROTOCOL://$DOMAIN/web/" modify_htaccess "$PROTOCOL://$DOMAIN/$HTACCESSPATH/"
modify_api "$PROTOCOL://$DOMAIN/acms" modify_api "$PROTOCOL://$DOMAIN/acms"
# case "$1" in # case "$1" in
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment