Mercurial > public > ssdt-docker
annotate prod/anon-inventory.sh @ 613:180e7e34b75b
correct properties
author | Justin Kleinknecht <justin.kleinknecht@mcoecn.org> |
---|---|
date | Tue, 08 Jul 2025 13:59:53 +0100 |
parents | 8f797bb7ccb3 |
children |
rev | line source |
---|---|
423
8f797bb7ccb3
INV-470: Added script to anonymize inventory db.
Jason Klinger <klinger@nwoca.org>
parents:
diff
changeset
|
1 # |
8f797bb7ccb3
INV-470: Added script to anonymize inventory db.
Jason Klinger <klinger@nwoca.org>
parents:
diff
changeset
|
2 # Copyright (c) 2023. Ohio Department of Education. - All Rights Reserved. |
8f797bb7ccb3
INV-470: Added script to anonymize inventory db.
Jason Klinger <klinger@nwoca.org>
parents:
diff
changeset
|
3 # Unauthorized copying of this file, in any medium, is strictly prohibited. |
8f797bb7ccb3
INV-470: Added script to anonymize inventory db.
Jason Klinger <klinger@nwoca.org>
parents:
diff
changeset
|
4 # Written by the State Software Development Team (http://ssdt.oecn.k12.oh.us/) |
8f797bb7ccb3
INV-470: Added script to anonymize inventory db.
Jason Klinger <klinger@nwoca.org>
parents:
diff
changeset
|
5 # |
8f797bb7ccb3
INV-470: Added script to anonymize inventory db.
Jason Klinger <klinger@nwoca.org>
parents:
diff
changeset
|
6 # |
8f797bb7ccb3
INV-470: Added script to anonymize inventory db.
Jason Klinger <klinger@nwoca.org>
parents:
diff
changeset
|
7 |
8f797bb7ccb3
INV-470: Added script to anonymize inventory db.
Jason Klinger <klinger@nwoca.org>
parents:
diff
changeset
|
8 #!/bin/bash |
8f797bb7ccb3
INV-470: Added script to anonymize inventory db.
Jason Klinger <klinger@nwoca.org>
parents:
diff
changeset
|
9 |
8f797bb7ccb3
INV-470: Added script to anonymize inventory db.
Jason Klinger <klinger@nwoca.org>
parents:
diff
changeset
|
10 #!/bin/bash |
8f797bb7ccb3
INV-470: Added script to anonymize inventory db.
Jason Klinger <klinger@nwoca.org>
parents:
diff
changeset
|
11 # |
8f797bb7ccb3
INV-470: Added script to anonymize inventory db.
Jason Klinger <klinger@nwoca.org>
parents:
diff
changeset
|
12 BASEDIR="$PWD" |
8f797bb7ccb3
INV-470: Added script to anonymize inventory db.
Jason Klinger <klinger@nwoca.org>
parents:
diff
changeset
|
13 # read required environment variables |
8f797bb7ccb3
INV-470: Added script to anonymize inventory db.
Jason Klinger <klinger@nwoca.org>
parents:
diff
changeset
|
14 source $BASEDIR/.env/ssdt-inventory-shared.properties |
8f797bb7ccb3
INV-470: Added script to anonymize inventory db.
Jason Klinger <klinger@nwoca.org>
parents:
diff
changeset
|
15 source $BASEDIR/.env/ssdt-inventory-import.properties |
8f797bb7ccb3
INV-470: Added script to anonymize inventory db.
Jason Klinger <klinger@nwoca.org>
parents:
diff
changeset
|