You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: