From 99ad754b8076c0eb3ef3961983661fc0d3972dec Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 3 Apr 2021 10:44:55 +0200 Subject: [PATCH] Update 99-run --- scrutiny/rootfs/etc/cont-init.d/99-run | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/scrutiny/rootfs/etc/cont-init.d/99-run b/scrutiny/rootfs/etc/cont-init.d/99-run index 1e2fa79e0..597530bae 100644 --- a/scrutiny/rootfs/etc/cont-init.d/99-run +++ b/scrutiny/rootfs/etc/cont-init.d/99-run @@ -7,17 +7,3 @@ bashio::log.info "Setting permissions" chown -R abc:abc /data -####################### -# VIEWPORT CORRECTION # -####################### - - # correct viewport bug -grep -rl '"lt-md":"(max-width: 959px)"' /app | xargs sed -i 's|"lt-md":"(max-width: 959px)"|"lt-md":"(max-width: 100px)"|g' || true - -###################### -# API URL CORRECTION # -###################### - -# 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