Skip to content

Commit

Permalink
Correct log message grammar.
Browse files Browse the repository at this point in the history
  • Loading branch information
felddy committed May 15, 2020
1 parent d08c090 commit 9527430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ fi

copy_default_config() {
# create a default configuration on the data volume
echo "A configration file not found on the container data volume."
echo "Creating a configration file on the container data volume."
cp weewx.conf "${CONF_FILE}"
echo "The default configuration has been copied."
# Change the default location of the SQLITE database to the volume
Expand Down

0 comments on commit 9527430

Please sign in to comment.