This repo hasn't had a successful analysis for its default branch yet.
bin/apel-ssm

Summary

Maintainability
Test Coverage

Showing 7 of 7 total issues

In POSIX sh, $".." is undefined.
Open

echo -n $"Starting $prog: "
Severity: Minor
Found in bin/apel-ssm by shellcheck

In POSIX sh, echo flags are undefined.
Open

echo -n $"Stopping $prog: "
Severity: Minor
Found in bin/apel-ssm by shellcheck

In POSIX sh, $".." is undefined.
Open

echo -n $"Stopping $prog: "
Severity: Minor
Found in bin/apel-ssm by shellcheck

Not following: /etc/rc.d/init.d/functions: openFile: does not exist (No such file or directory)
Open

. /etc/rc.d/init.d/functions
Severity: Minor
Found in bin/apel-ssm by shellcheck

Quote this to prevent word splitting.
Open

kill `cat $PIDFILE`
Severity: Minor
Found in bin/apel-ssm by shellcheck

In POSIX sh, echo flags are undefined.
Open

echo -n $"Starting $prog: "
Severity: Minor
Found in bin/apel-ssm by shellcheck

Use $(..) instead of legacy ...
Open

kill `cat $PIDFILE`
Severity: Minor
Found in bin/apel-ssm by shellcheck
Category
Status