Skip to content

Commit

Permalink
Merge pull request #210 from nolim1t/docker-compose-init-script-patch…
Browse files Browse the repository at this point in the history
…-26-apr-2019

Make error message more meaningful (/etc/init.d/docker-compose)
  • Loading branch information
nolim1t committed Apr 27, 2019
2 parents fe97515 + e14fcca commit c1fdf0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/init.d/docker-compose
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ start() {
exit 1
fi
if [ ! -f /media/archive/archive/bitcoin/bitcoin.conf ]; then
echo "Error: bitcoin directory not found"
echo "Error: bitcoin configuration not found"
exit 1
fi

Expand Down

0 comments on commit c1fdf0b

Please sign in to comment.