fix
This commit is contained in:
parent
2bfa8c322f
commit
b9a8a97c72
@ -69,7 +69,7 @@ FRONTPAGE_CONSUMER_SECRET=`openssl ecparam --name secp256k1 --genkey --noout --o
|
|||||||
```sh
|
```sh
|
||||||
$ cd $dir/packages/frontpage
|
$ cd $dir/packages/frontpage
|
||||||
$ PUBLIC_URL=example.com
|
$ PUBLIC_URL=example.com
|
||||||
$ grep -R frontpage.fyi ./app ./lib |cut -d : -f 1|xargs sed -i "s/frontpage.fyi/$PUBLIC_URL/g"
|
$ grep -R frontpage.fyi ./app ./lib |cut -d : -f 1|xargs sed -i "s/frontpage.fyi/${PUBLIC_URL}/g"
|
||||||
|
|
||||||
$ HOST_REVERT=com.unravel.example
|
$ HOST_REVERT=com.unravel.example
|
||||||
$ grep -R unravel.frontpage ./app ./lib |cut -d : -f 1|xargs sed -i "s/fyi.unravel.frontpage/${HOST_REVERT}/g"
|
$ grep -R unravel.frontpage ./app ./lib |cut -d : -f 1|xargs sed -i "s/fyi.unravel.frontpage/${HOST_REVERT}/g"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user