secret-push bugfix

This commit is contained in:
tim
2024-07-26 23:41:12 -04:00
parent 497410340f
commit 160344bf0c

View File

@@ -17,10 +17,10 @@ else
KEY=backend-secret KEY=backend-secret
fi fi
FILE="$CONF_DIR/dexorder-$CONFIG.toml" FILE="$CONF_DIR/.secret-$CONFIG.toml"
if [ ! -f "$FILE" ]; then if [ ! -f "$FILE" ]; then
FILE="$CONF_DIR/$CONFIG/dexorder-$CONFIG.toml" FILE="$CONF_DIR/$CONFIG/.secret-$CONFIG.toml"
fi fi
if [ ! -f "$FILE" ]; then if [ ! -f "$FILE" ]; then
echo Could not find config file for $CONFIG echo Could not find config file for $CONFIG