fix: selfhosted fixes (#2154)
* fix: selfhosted fixes * fix: updated env example
This commit is contained in:
parent
2186db8bba
commit
cdb888c23e
8 changed files with 16 additions and 9 deletions
|
|
@ -12,4 +12,4 @@ fi
|
|||
# Only perform action if $FROM and $TO are different.
|
||||
echo "Replacing all statically built instances of $FROM with this string $TO ."
|
||||
|
||||
grep -R -la "${FROM}" apps/$DIRECTORY/.next | xargs -I{} sed -i "s|$FROM|$TO|g" "{}"
|
||||
grep -R -la "${FROM}" $DIRECTORY/.next | xargs -I{} sed -i "s|$FROM|$TO|g" "{}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue