mirror of
https://github.com/flibusta-apps/fb2converter_server.git
synced 2025-12-06 15:05:37 +01:00
Fix
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
#! /usr/bin/env sh
|
||||||
|
|
||||||
response=`curl -X 'GET' "https://$VAULT_HOST/v1/$VAULT_SECRET_PATH" -s \
|
response=`curl -X 'GET' "https://$VAULT_HOST/v1/$VAULT_SECRET_PATH" -s \
|
||||||
-H 'accept: application/json' \
|
-H 'accept: application/json' \
|
||||||
-H "X-Vault-Token: $VAULT_TOKEN"`
|
-H "X-Vault-Token: $VAULT_TOKEN"`
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
#! /usr/bin/env sh
|
||||||
|
|
||||||
export $(/env.sh)
|
export $(/env.sh)
|
||||||
|
|
||||||
exec /usr/local/bin/fb2converter_server
|
exec /usr/local/bin/fb2converter_server
|
||||||
|
|||||||
Reference in New Issue
Block a user