Replies: 2 comments 2 replies
-
|
Can you link to the source code in this repository that you're executing? Are you trying to execute CSS code as shell script? Where is that coming from? |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
Hi Frederico,
My apologies for the delay, I went on a long holiday and am just
returning. I'll dig up the script and add to my comments today.
…-Marc
On Mon, Oct 13, 2025 at 6:52 PM Federico Capoano ***@***.***> wrote:
Where have you found this script? Can you share the URL?
—
Reply to this email directly, view it on GitHub
<#1140 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BVPQE4EJMNAVSHIFZE2GQ233XQ3NBAVCNFSM6AAAAACI65L6M6VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTINRXGAZDEMY>
.
You are receiving this because you authored the thread.Message ID:
<openwisp/openwisp-controller/repo-discussions/1140/comments/14670223@
github.com>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to install Docker Openwisp on Jetpack and can't get past an error when i run setup.sh. It seems to be choking on the parens in var(--content_color). has anyone run into this and resolved it?
omesense@domesense-Controller:~/docker-openwisp/docker-openwisp$ ./setup.sh
./setup.sh: line 2: syntax error near unexpected token `--content_color'
./setup.sh: line 2: `<style>.tiny-container{display:flex;align-items:center;justify-content:center;min-height:100vh}.tiny-box{flex:0 1 400px;background:#fff;color:var(--content_color);border-radius:6px;padding:15px;--box-sides:-15px;font-size:20px;box-shadow:0 10px 25px rgba(0,0,0,.5);min-height:100%;min-height:100dvh;overflow:auto}.tiny-box-wide{flex-basis:600px}@media (min-width:400px){.tiny-box{padding:40px 55px 30px 55px;--box-sides:-55px;height:auto;min-height:auto}}.tiny-box a,.tiny-box a:visited{color:var(--link_color)}.tiny-box h1,.tiny-box h2{font-family:var(--default_font);text-align:center;font-size:1em;text-transform:none;text-wrap:balance}.tiny-box h2{font-size:.9em}.tiny-box input,.tiny-box textarea,.tiny-box .textarea,.tiny-box select,.tiny-box .input{margin-top:9px;width:100%;background:#fff;box-shadow:inset 0 0 2px 0 #ccc;color:inherit;font-size:90%;padding:.4em 1em;border-radius:var(--input_border_radius);border:1px solid #a2adc2}.tiny-box .button,.tiny-box input[type=button],.tiny-box input[type=submit],.tiny-box button[type=submit]{background-color:var(--accent_color);border:1px solid var(--accent_color);color:#fff;font-size:1em;padding:1px 0 1px 0;line-height:1.8em;margin-top:10px;cursor:pointer;display:block;border-radius:4px;box-shadow:none}.tiny-box input[type=button],.tiny-box button[type=button]{background-color:var(--secondary_color);border-color:var(--secondary_color)}.tiny-box .spacer{height:1em}.tiny-box .error{padding:10px 3px 10px 34px;background:#e9dfdf url(/tiny/img/cross.png) no-repeat 9px center;color:#bf3b3b;margin-left:var(--box-sides);margin-right:var(--box-sides)}.tiny-box .logo{max-height:50px;width:auto;display:block;margin:0 auto;text-align:center}.tiny-box .info{background:#5a828a1a;margin:10px var(--box-sides);padding:5px 15px;font-size:.7em;line-height:180%}</style>'
Beta Was this translation helpful? Give feedback.
All reactions