Skip to content

Windows installer has wrong line endings #489

@mastrogippo

Description

@mastrogippo

Bug Report Details

Testing on TPLINK M7350

/etc/init.d/rayhunter_daemon in windows installer Version 0.5.0 has windows line endings. When run it gives an error:

/ # /etc/init.d/rayhunter_daemon start
/bin/sh: /etc/init.d/rayhunter_daemon: not found

it's solved by fixing the line endings:

/ # sed -i 's/\r$//' /etc/init.d/rayhunter_daemon
/ # /etc/init.d/rayhunter_daemon start
Starting rayhunter: done

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions