Skip to content

Commit

Permalink
fixing wrong quotes
Browse files Browse the repository at this point in the history
shashitnak committed Jun 18, 2024
1 parent 78995a6 commit 5715d79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -94,7 +94,7 @@ deploy() {
mkdir -p /fly/config
# todo: handle name collisions
cp -r /app/* /fly/config
awk -v config_path="\"$TC_RELATIVE_PATH\"" "{sub(/TC_CONFIG_PATH/,config_path)}1" /extras/config.json > /fly/config.json
awk -v config_path="$TC_RELATIVE_PATH" "{sub(/TC_CONFIG_PATH/,config_path)}1" /extras/config.json > /fly/config.json
cat /fly/config.json
setup_flyctl
cd /fly

0 comments on commit 5715d79

Please sign in to comment.