From: Arne Fitzenreiter Date: Tue, 4 Feb 2014 15:01:43 +0000 (+0100) Subject: backup.pl: remove wrong curly bracket. X-Git-Tag: v2.15-beta2~34^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2b4593b27f802a0a75ab8939a35d6a972b970d90;p=people%2Fms%2Fipfire-2.x.git backup.pl: remove wrong curly bracket. --- diff --git a/config/backup/backup.pl b/config/backup/backup.pl index 3172d6dc6b..f4823fcfbd 100644 --- a/config/backup/backup.pl +++ b/config/backup/backup.pl @@ -2,7 +2,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt # +# Copyright (C) 2007-2014 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -124,7 +124,6 @@ elsif ($ARGV[0] eq 'restore') { rmtree("${General::swroot}/portfw"); } system("/usr/local/bin/firewallctrl"); - } # Convert old OpenVPN CCD files (CN change, core 75). system("/usr/local/bin/convert-ovpn");