Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
package/ssdp-responder: fix warnings from check-package and shellcheck
Summary of changes: - Fix use of $DAEMON, found by check-package - Expects DAEMON to be name of daemon controlled by script, this causes ripple efects in rest of script - Recommend `chmod a-x`, .mk file installs with `-m 0755` - Fix shellcheck warnings: - Use "$VAR" in case of spaces in filenames - recommend not using $? in if stmt, should use `if start-stop ...` - mismatch in indentation in case-esac Signed-off-by: Joachim Wiberg <[email protected]> Signed-off-by: Thomas Petazzoni <[email protected]>
- Loading branch information