Commit 608700bc65537076b88111c76657ae9075cd19b3

Authored by Frederik Lindenaar
1 parent 21ca9037

Process new modified (i.e. added) dhcp binding files (Git flag MM) so that new f…

…iles can be added (Fixes #1)
Showing 1 changed file with 1 additions and 1 deletions
sync-router 100755 → 100644
... ... @@ -42,7 +42,7 @@ do
42 42 echo removing $filename as it is no longer in the repository
43 43 ssh -q $router "delete /force $fileto$filename"
44 44 ;;
45   - A |M)
  45 + A |M|MM)
46 46 echo updating and uploading modified file $filename
47 47 head -2 $filename | while read tag value
48 48 do
... ...