Skip to content

Commit

Permalink
the correct place for persistent things is /opt/tak/data
Browse files Browse the repository at this point in the history
  • Loading branch information
rambo committed Nov 4, 2023
1 parent c9c7a64 commit af3043e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/delete_user.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ CONFIG=${TR}/data/CoreConfig.xml

cd ${TR}
. ./setenv.sh
TAKCL_CORECONFIG_PATH="${CONFIG}" java -jar /opt/tak/utils/UserManager.jar certmod -D "/opt/tak/certs/files/${USER_CERT_NAME}.pem"
TAKCL_CORECONFIG_PATH="${CONFIG}" java -jar /opt/tak/utils/UserManager.jar certmod -D "/opt/tak/data/certs/files/${USER_CERT_NAME}.pem"
2 changes: 1 addition & 1 deletion scripts/enable_admin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ WAITFORIT_TIMEOUT=60 /usr/bin/wait-for-it.sh localhost:8089 -- true
echo "enable_admin: Making sure ${ADMIN_CERT_NAME} user is in place"
cd ${TR}
. ./setenv.sh
TAKCL_CORECONFIG_PATH="${CONFIG}" java -jar /opt/tak/utils/UserManager.jar certmod -A "/opt/tak/certs/files/${ADMIN_CERT_NAME}.pem"
TAKCL_CORECONFIG_PATH="${CONFIG}" java -jar /opt/tak/utils/UserManager.jar certmod -A "/opt/tak/data/certs/files/${ADMIN_CERT_NAME}.pem"
2 changes: 1 addition & 1 deletion scripts/enable_user.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ CONFIG=${TR}/data/CoreConfig.xml

cd ${TR}
. ./setenv.sh
TAKCL_CORECONFIG_PATH="${CONFIG}" java -jar /opt/tak/utils/UserManager.jar certmod "/opt/tak/certs/files/${USER_CERT_NAME}.pem"
TAKCL_CORECONFIG_PATH="${CONFIG}" java -jar /opt/tak/utils/UserManager.jar certmod "/opt/tak/data/certs/files/${USER_CERT_NAME}.pem"

0 comments on commit af3043e

Please sign in to comment.