Skip to content
Snippets Groups Projects
Commit b04ace4a authored by rswindell's avatar rswindell
Browse files

Set the SHELL environment variable when starting the sbbs service (to /bin/sh).

parent 66ef1bb4
No related branches found
No related tags found
No related merge requests found
......@@ -75,6 +75,7 @@ save_status() {
start() {
echo -n $"Starting $prog: "
shift
export SHELL=/bin/sh
$start_daemon $proc -d $@
# Remember status and be verbose
$rc_status
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment