commit | 182e4201240e2dc6c9fa0af71c50d25877b8865f | [log] [tgz] |
---|---|---|
author | Zack Williams <zdw@cs.arizona.edu> | Tue Aug 22 21:43:16 2017 -0700 |
committer | Zack Williams <zdw@cs.arizona.edu> | Tue Aug 22 21:43:16 2017 -0700 |
tree | 959ec60b78f562c473721ffe105c7069b13599d1 | |
parent | 93956f5846d98dc05942940021d60bd7a3abc98e [diff] |
[CORD-1758] Fix Copyright message put before shebang Change-Id: Iffd3405521ce8fb17b58668c075dedc02b1da1e6
diff --git a/roles/maas/templates/nat.j2 b/roles/maas/templates/nat.j2 index 78fca9f..b2bcd2a 100755 --- a/roles/maas/templates/nat.j2 +++ b/roles/maas/templates/nat.j2
@@ -1,3 +1,4 @@ +#!/bin/bash {# Copyright 2017-present Open Networking Foundation @@ -15,9 +16,6 @@ limitations under the License. #} - -#!/bin/bash - # Add rules to configure NAT REPORT_CHANGED=0