changing to initiator

This commit is contained in:
Ramiro Paz
2026-03-10 16:28:09 -03:00
parent 557c04436d
commit 5053bfa9af
8 changed files with 58 additions and 86 deletions

View File

@ -42,7 +42,7 @@ if COMMIT_MSG=$(QUANTEX_ENVIRONMENT=$ENV "${OUT_PATH}/qfixdpl" -v 2>/dev/null);
echo "$COMMIT_MSG"
else
echo "---------------------------------"
echo "Skeleton"
echo "QFIXDPL"
echo "Built at: ${BUILT_TIME}"
echo "Branch: ${BUILD_BRANCH}"
echo "SHA: ${BUILD_HASH}"

View File

@ -3,7 +3,7 @@
set -e
read -r -p "Issuer: " ISSUER
read -r -p "Service (e.g. SKELETON): " SERVICE
read -r -p "Service (e.g. QFIXDPL): " SERVICE
read -r -p "Token: " TOKEN
read -r -p "Expire (e.g. 24h) [none]: " EXPIRY

View File

@ -1,4 +1,4 @@
#!/bin/bash
systemctl daemon-reload
systemctl restart skeleton.service
systemctl restart qfixdpl.service