]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - config/backup/backup.pl
Forward Firewall: some typos in dmz-converter
[people/teissler/ipfire-2.x.git] / config / backup / backup.pl
index 4ad7363fbb6e4369da2f106b30d0be75c3ce5677..4662a8a1d35a032a22e5114cc399086191a6a494 100644 (file)
@@ -66,9 +66,9 @@ elsif ($ARGV[0] eq 'restore') {
   system("/usr/sbin/ovpn-ccd-convert");
   #OUTGOINGFW CONVERTER
   if( -d "${General::swroot}/outgoing"){
-         if( -f "${General::swroot}/forward/config" ){ 
+         if( -f "${General::swroot}/forward/config" ){
                  unlink("${General::swroot}/forward/config");
-                 system("touch ${General::swroot}/forward/config"); 
+                 system("touch ${General::swroot}/forward/config");
                  chown 99,99,"${General::swroot}/forward/config";
          }
          if( -f "${General::swroot}/forward/outgoing" ){
@@ -99,7 +99,7 @@ elsif ($ARGV[0] eq 'restore') {
          rmtree("${General::swroot}/xtaccess");
   }
   #DMZ-HOLES CONVERTER
-  if( -d "${General::swroot}/dmz-holes"){
+  if( -d "${General::swroot}/dmzholes"){
          if( -f "${General::swroot}/forward/dmz" ){
                  unlink("${General::swroot}/forward/dmz");
                  system("touch ${General::swroot}/forward/dmz");
@@ -107,7 +107,7 @@ elsif ($ARGV[0] eq 'restore') {
          }
          #START CONVERTER "DMZ-HOLES"
          system("/usr/sbin/convert-dmz");
-         rmtree("${General::swroot}/xtaccess");
+         rmtree("${General::swroot}/dmzholes");
   }
   #PORTFORWARD CONVERTER
   if( -d "${General::swroot}/portfw"){