This commit is contained in:
Ramiro Paz
2026-03-11 11:04:53 -03:00
parent b45efdb297
commit 9e55c5c562
5 changed files with 4 additions and 500 deletions

View File

@ -42,7 +42,7 @@ if COMMIT_MSG=$(QUANTEX_ENVIRONMENT=$ENV "${OUT_PATH}/qfixpt" -v 2>/dev/null); t
echo "$COMMIT_MSG"
else
echo "---------------------------------"
echo "Skeleton"
echo "QFIXPT"
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. QFIXPT): " 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 qfixpt.service