mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-10 19:15:54 +02:00
updater: fix ipsec start if it is disabled.
This commit is contained in:
@@ -200,8 +200,9 @@ done < /var/ipfire/extrahd/devices.org
|
||||
#
|
||||
/etc/init.d/squid start
|
||||
/etc/init.d/snort start
|
||||
/etc/init.d/ipsec start
|
||||
|
||||
if [ `grep "ENABLED=on" /var/ipfire/vpn/settings` ]; then
|
||||
/etc/init.d/ipsec start
|
||||
fi
|
||||
|
||||
# Add pakfire and fireinfo cronjobs...
|
||||
grep -v "# fireinfo" /var/spool/cron/root.orig |
|
||||
|
||||
@@ -846,7 +846,7 @@
|
||||
'global settings' => 'Globale Einstellungen',
|
||||
'gpl i accept these terms and conditions' => 'Ich akzeptiere diese Bedingungen und Konditionen',
|
||||
'gpl license agreement' => 'Lizenz Vereinbarung',
|
||||
'gpl please read carefully the general public license and accept it below' => 'Bitte die General Public License genau lesen und diese unten akzeptiere',
|
||||
'gpl please read carefully the general public license and accept it below' => 'Bitte die General Public License genau lesen und diese unten akzeptieren.',
|
||||
'gpl unofficial translation of the general public license v3' => 'Inoffizielle Übersetzung der General Public License v3',
|
||||
'graph' => 'Diagramm',
|
||||
'graph per' => 'pro',
|
||||
|
||||
Reference in New Issue
Block a user