Skip to content

mistake? #159

@TheWolph

Description

@TheWolph

Im not a programmer but

Error: /home/pi/.kodi/addons/script.luna/resources/lib/launchscripts/osmc/launch-helper-osmc.sh: 16: [: !=: unexpected operator

if [ ${PRE_SCRIPT} != "" ]; then
I think should be:
if [ "${PRE_SCRIPT}" != "" ]; then

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions