]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
backup.pl: remove wrong curly bracket.
authorArne Fitzenreiter <arne_f@ipfire.org>
Tue, 4 Feb 2014 15:01:43 +0000 (16:01 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Tue, 4 Feb 2014 15:01:43 +0000 (16:01 +0100)
config/backup/backup.pl

index 3172d6dc6bb36804986fb371b52eaa20a3eb402b..f4823fcfbde655009d95b59401a19643f99e83e5 100644 (file)
@@ -2,7 +2,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007  Michael Tremer & Christian Schmidt                      #
+# Copyright (C) 2007-2014  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # 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");