Skip to content

Commit

Permalink
Correcting file service name in config
Browse files Browse the repository at this point in the history
Correcting file service name in config
  • Loading branch information
Catherine Garabedian authored Oct 15, 2019
2 parents d557d20 + 7baae61 commit 294b3e9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ endef

# Generate the config settings for the service and add them to a fragment file
define FILE_TRANSFER_INSTALL_STAGING_CMDS
echo '[file-service.addr]' > $(KUBOS_CONFIG_FRAGMENT_DIR)/file-service
echo '[file-transfer-service.addr]' > $(KUBOS_CONFIG_FRAGMENT_DIR)/file-service
echo 'ip = ${BR2_KUBOS_CORE_FILE_TRANSFER_IP}' >> $(KUBOS_CONFIG_FRAGMENT_DIR)/file-service
echo -e 'port = ${BR2_KUBOS_CORE_FILE_TRANSFER_PORT}\n' >> $(KUBOS_CONFIG_FRAGMENT_DIR)/file-service
echo '[file-service]' >> $(KUBOS_CONFIG_FRAGMENT_DIR)/file-service
echo '[file-transfer-service]' >> $(KUBOS_CONFIG_FRAGMENT_DIR)/file-service
echo 'storage_dir = ${BR2_KUBOS_CORE_FILE_TRANSFER_STORAGE}' >> $(KUBOS_CONFIG_FRAGMENT_DIR)/file-service
echo 'timeout = ${BR2_KUBOS_CORE_FILE_TRANSFER_TIMEOUT}' >> $(KUBOS_CONFIG_FRAGMENT_DIR)/file-service
echo 'chunk_size = ${BR2_KUBOS_CORE_FILE_TRANSFER_CHUNK_SIZE}' >> $(KUBOS_CONFIG_FRAGMENT_DIR)/file-service
Expand Down

0 comments on commit 294b3e9

Please sign in to comment.