mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-09 17:15:57 +02:00
Update 30-corrections
This commit is contained in:
@@ -4,6 +4,9 @@
|
|||||||
# API URL CORRECTION #
|
# API URL CORRECTION #
|
||||||
######################
|
######################
|
||||||
|
|
||||||
|
# correct viewport bug
|
||||||
|
sed -i 's|"lt-md":"(max-width: 959px)"|"lt-md":"(max-width: 100px)" |g' main-es2015.2cbbffb254a0e9c77985.js || true
|
||||||
|
sed -i 's|"lt-md":"(max-width: 959px)"|"lt-md":"(max-width: 100px)" |g' main-es5.2cbbffb254a0e9c77985.js || true
|
||||||
# allow true url for ingress
|
# allow true url for ingress
|
||||||
grep -rl '/api/' /app | xargs sed -i 's|/api/|api/|g' || true
|
grep -rl '/api/' /app | xargs sed -i 's|/api/|api/|g' || true
|
||||||
grep -rl 'api/' /app | xargs sed -i 's|api/|./api/|g' || true
|
grep -rl 'api/' /app | xargs sed -i 's|api/|./api/|g' || true
|
||||||
|
|||||||
Reference in New Issue
Block a user