From fdc3aed7781daa85e0507386cc1dd67d2f8e441b Mon Sep 17 00:00:00 2001 From: Frederik Lindenaar <frederik@lindenaar.nl> Date: Fri, 9 Mar 2018 13:21:20 +0100 Subject: [PATCH] Changed pattern for IOS images to be no longer device specific (so it works with an 891W and 887VA as well --- sync-router | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync-router b/sync-router index cd2aa55..f1dce27 100755 --- a/sync-router +++ b/sync-router @@ -28,7 +28,7 @@ ### Configuration ### router=`basename \`dirname $0 | pwd\`` # name of router - based on directory dhcpfiles=dhcp-\* # list/pattern of dhcp lease files -imagefiles=c??00-universalk9-mz.S[SP]A.\* # list/pattern of IOS image files +imagefiles=c\*-mz.\*.bin # list/pattern of IOS image files filestore=flash # location of dhcp/IOS files on cisco ### Implementation ### -- libgit2 0.22.2