Typos
This commit is contained in:
parent
20a5752c7c
commit
9cb033a39d
@ -7,7 +7,7 @@ echo "Replacing HTMLTITLE with ${title} in /app/src/main.tsx"
|
|||||||
sed -i -e 's/HTMLTITLE/'"${TITLE}"'/g' /app/src/main.tsx
|
sed -i -e 's/HTMLTITLE/'"${TITLE}"'/g' /app/src/main.tsx
|
||||||
|
|
||||||
# Escape slashes... apparently
|
# Escape slashes... apparently
|
||||||
LOGO=${LOGOFILE//\//\\/}
|
LOGO=${LOGO//\//\\/}
|
||||||
|
|
||||||
echo "Replacing LOGO with ${LOGO} in /app/src/main.tsx"
|
echo "Replacing LOGO with ${LOGO} in /app/src/main.tsx"
|
||||||
sed -i -e 's/LOGO/'"${LOGO}"'/g' /app/src/main.tsx
|
sed -i -e 's/LOGO/'"${LOGO}"'/g' /app/src/main.tsx
|
||||||
|
Loading…
Reference in New Issue
Block a user