changing to initiator
This commit is contained in:
@ -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}"
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
systemctl daemon-reload
|
||||
systemctl restart skeleton.service
|
||||
systemctl restart qfixdpl.service
|
||||
Reference in New Issue
Block a user