From 0f583506675738f3d8d88727d1f55d4cebbece17 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 16 May 2021 07:16:57 +0200 Subject: [PATCH] Remove viewport modif --- scrutiny/rootfs/etc/cont-init.d/31-run | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scrutiny/rootfs/etc/cont-init.d/31-run b/scrutiny/rootfs/etc/cont-init.d/31-run index 9a035ff63..6c381c242 100644 --- a/scrutiny/rootfs/etc/cont-init.d/31-run +++ b/scrutiny/rootfs/etc/cont-init.d/31-run @@ -11,8 +11,8 @@ 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 +# 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 #