Skip to content

Commit

Permalink
hotfix: make /etc/init.d/firewall-lime restart behave as expected
Browse files Browse the repository at this point in the history
Signed-off-by: Gui Iribarren <gui@altermundi.net>
  • Loading branch information
altergui committed Aug 11, 2016
1 parent 1fb4780 commit 38029cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lime-system/files/etc/init.d/firewall-lime
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

START=99

boot() {
start() {
if ! /etc/init.d/firewall enabled 2> /dev/null ; then
echo "$0: Firewall is not enabled. Executing /etc/firewall.lime script."
/bin/sh /etc/firewall.lime
Expand Down

0 comments on commit 38029cf

Please sign in to comment.