Skip to content

Commit

Permalink
Use full path for CNAME file during importing
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik <[email protected]>
  • Loading branch information
DL6ER authored Sep 10, 2024
1 parent 317e343 commit 1361337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/teleporter.c
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,7 @@ static int process_received_tar_gz(struct ftl_conn *api, struct upload_data *dat
.archive_name = "setupVars.conf",
.destination = config.files.setupVars.v.s
},{
.archive_name = "05-pihole-custom-cname.conf",
.archive_name = "dnsmasq.d/05-pihole-custom-cname.conf",
.destination = DNSMASQ_CNAMES
}
};
Expand Down

0 comments on commit 1361337

Please sign in to comment.