diff options
author | Eylon Malin <eylon.malin@intl.att.com> | 2019-09-02 16:13:02 +0300 |
---|---|---|
committer | Eylon Malin <eylon.malin@intl.att.com> | 2019-09-02 16:13:02 +0300 |
commit | d4d98f9674093637589fe3780d22756f02e92e1b (patch) | |
tree | 5426a69f600577e0afa21fbba2b9bbcb77d03230 /vid-app-common/src/main/resources | |
parent | b854b38ea408a88632445e47597b5db4533c0d59 (diff) |
remove not used feature RoleGenerator
Issue-ID: VID-378
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
Change-Id: I0eea2c7305f6faabcb1e54a7f4dd9f51fe37586f
Diffstat (limited to 'vid-app-common/src/main/resources')
-rw-r--r-- | vid-app-common/src/main/resources/generateRoleScript.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/vid-app-common/src/main/resources/generateRoleScript.sh b/vid-app-common/src/main/resources/generateRoleScript.sh deleted file mode 100644 index cf73b7412..000000000 --- a/vid-app-common/src/main/resources/generateRoleScript.sh +++ /dev/null @@ -1,3 +0,0 @@ -firstRun=${1-false} -url=http://127.0.0.1:8080/vid/generateRoleScript/$firstRun -wget -O roles.sql $url
\ No newline at end of file |