diff options
author | 2020-06-19 13:57:30 +0000 | |
---|---|---|
committer | 2020-06-19 13:57:30 +0000 | |
commit | 14374349e8d452c059daf0540ad411993ebde35d (patch) | |
tree | fda896b74b6cdab152a0204d130ebb3801e48e21 /aai-schema-service/src/main/scripts/common_functions.sh | |
parent | 3717cc5526b99bd95eb004f909c31c1642b7ccf5 (diff) | |
parent | a8ce62a3bae5976982f6d1432723251a414e2878 (diff) |
Merge "v20 support in schema-service without javafx"
Diffstat (limited to 'aai-schema-service/src/main/scripts/common_functions.sh')
-rw-r--r-- | aai-schema-service/src/main/scripts/common_functions.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/aai-schema-service/src/main/scripts/common_functions.sh b/aai-schema-service/src/main/scripts/common_functions.sh index 7dfda25..dd235c2 100644 --- a/aai-schema-service/src/main/scripts/common_functions.sh +++ b/aai-schema-service/src/main/scripts/common_functions.sh @@ -36,7 +36,6 @@ check_user(){ # Sources the profile and sets the project home source_profile(){ - . /etc/profile.d/aai.sh PROJECT_HOME=/opt/app/aai-schema-service } |