baseapp icon indicating copy to clipboard operation
baseapp copied to clipboard

Are these examples supported anymore?

Open esobczak1970 opened this issue 1 year ago • 0 comments

In Start.sh [Line 52:](javascript:setPosition(52, 35)) if [ -n "$BASEAPP_SERVER_SSLCERT" && -n "$BASEAPP_SERVER_SSLKEY" ]; then ^-- SC2107 (error): Instead of [ a && b ], use [ a ] && [ b ].

This will fix one of the errors in the shell script. Wondering if revel is still used with examples so far out of date?

esobczak1970 avatar Jul 11 '22 00:07 esobczak1970