mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
parent
2ce7914b7a
commit
e357283789
@ -8,7 +8,7 @@ if [ "${FROM}" = "${TO}" ]; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
# Only peform action if $FROM and $TO are different.
|
||||
# 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/app/.next | xargs -I{} sed -i "s|$FROM|$TO|g" "{}"
|
||||
|
Loading…
Reference in New Issue
Block a user