Commit 7e6ccb89 by Masaru Abe

build対応

parent b4a1bebe
#!/bin/sh #!/bin/sh
PROTOCOL=$1 PROTOCOL=$1
DOMAIN=$2 DOMAIN=$2
HTACCESSPATH=$3
if [ "$HTACCESSPATH" = "" ]; then
HTACCESSPATH="web"
fi
modify_htaccess() modify_htaccess()
{ {
...@@ -46,7 +41,7 @@ modify_api() ...@@ -46,7 +41,7 @@ modify_api()
EOF EOF
} }
modify_htaccess "$PROTOCOL://$DOMAIN/$HTACCESSPATH/" modify_htaccess "$PROTOCOL://$DOMAIN/web/"
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