From 4e20daf2347a7081e1fe91c39ec7a36158ae9a5e Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Wed, 10 Dec 2014 17:37:47 +0000 Subject: [PATCH] Fix the snom provisioning file names. --- resources/templates/provision/snom/3xx/{${mac}.xml => {$mac}.xml} | 0 resources/templates/provision/snom/7xx/{${mac}.xml => {$mac}.xml} | 0 resources/templates/provision/snom/8xx/{${mac}.xml => {$mac}.xml} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename resources/templates/provision/snom/3xx/{${mac}.xml => {$mac}.xml} (100%) rename resources/templates/provision/snom/7xx/{${mac}.xml => {$mac}.xml} (100%) rename resources/templates/provision/snom/8xx/{${mac}.xml => {$mac}.xml} (100%) diff --git a/resources/templates/provision/snom/3xx/${mac}.xml b/resources/templates/provision/snom/3xx/{$mac}.xml similarity index 100% rename from resources/templates/provision/snom/3xx/${mac}.xml rename to resources/templates/provision/snom/3xx/{$mac}.xml diff --git a/resources/templates/provision/snom/7xx/${mac}.xml b/resources/templates/provision/snom/7xx/{$mac}.xml similarity index 100% rename from resources/templates/provision/snom/7xx/${mac}.xml rename to resources/templates/provision/snom/7xx/{$mac}.xml diff --git a/resources/templates/provision/snom/8xx/${mac}.xml b/resources/templates/provision/snom/8xx/{$mac}.xml similarity index 100% rename from resources/templates/provision/snom/8xx/${mac}.xml rename to resources/templates/provision/snom/8xx/{$mac}.xml