Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix restart of the Basic Station Docker container #1728

Merged
merged 2 commits into from
Jun 15, 2022
Merged

Conversation

Mandur
Copy link
Contributor

@Mandur Mandur commented Jun 12, 2022

Fix restart of the Basic Station Docker container

What is being addressed

When restarting the Basic Station module, it currently triggers the following issue:
image

The reason is that the startup script moves the file 'sx1301.station.conf'. When the container restarts, the startup script executes and fails as the file doesn't exist anymore at the source location.

How is this addressed

We change the move command to a copy command; this resolves the issue when deploying the branch and manually restarting the container we observe the following:
image

@codecov-commenter
Copy link

Codecov Report

Merging #1728 (8065d20) into dev (a1d1249) will increase coverage by 0.02%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##              dev    #1728      +/-   ##
==========================================
+ Coverage   86.55%   86.58%   +0.02%     
==========================================
  Files         236      236              
  Lines        9284     9278       -6     
==========================================
- Hits         8036     8033       -3     
+ Misses       1248     1245       -3     
Impacted Files Coverage Δ
...de/CheckPreferredGateway/PreferredGatewayResult.cs 66.66% <0.00%> (+4.76%) ⬆️
...rkServer/FunctionBundler/PreferredGatewayResult.cs 100.00% <0.00%> (+11.11%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a1d1249...8065d20. Read the comment docs.

@Mandur Mandur merged commit 4bb9143 into dev Jun 15, 2022
@Mandur Mandur deleted the feature/fix-copy branch June 15, 2022 16:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants