Skip to content

Commit 2533f44

Browse files
authored
Merge pull request #7 from cedwards/master
0.3.20181112 additional bugfix
2 parents b44e06d + a853974 commit 2533f44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

usr/local/etc/rc.d/bastille

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ load_rc_config ${name}
2929
start_cmd=bastille_start
3030
stop_cmd=bastille_stop
3131

32-
start_command="%%$PREFIX%%/bin/bastille start"
33-
stop_command="%%$PREFIX%%/bin/bastille stop"
32+
start_command="%%PREFIX%%/bin/bastille start"
33+
stop_command="%%PREFIX%%/bin/bastille stop"
3434

3535
bastille_start()
3636
{

0 commit comments

Comments
 (0)