Commit fdc3aed7781daa85e0507386cc1dd67d2f8e441b

Authored by Frederik Lindenaar
1 parent da65f63d

Changed pattern for IOS images to be no longer device specific (so it works with…

… an 891W and 887VA as well
Showing 1 changed file with 1 additions and 1 deletions
sync-router
... ... @@ -28,7 +28,7 @@
28 28 ### Configuration ###
29 29 router=`basename \`dirname $0 | pwd\`` # name of router - based on directory
30 30 dhcpfiles=dhcp-\* # list/pattern of dhcp lease files
31   -imagefiles=c??00-universalk9-mz.S[SP]A.\* # list/pattern of IOS image files
  31 +imagefiles=c\*-mz.\*.bin # list/pattern of IOS image files
32 32 filestore=flash # location of dhcp/IOS files on cisco
33 33  
34 34 ### Implementation ###
... ...