Skip to content

Commit

Permalink
Some install and make tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
CWSpear committed Nov 3, 2016
1 parent 641cbe7 commit 45c5c34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ docker-build: clean-bin
./scripts/docker-build.sh

release:
release: docker-build
./scripts/release.sh

# build for current architecture
Expand Down
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ function start-systemd {
sudo systemctl daemon-reload
sudo systemctl enable docker-volume-local-persist
sudo systemctl start docker-volume-local-persist
sudo systemctl status docker-volume-local-persist
sudo systemctl status --full --no-pager docker-volume-local-persist

echo ''
echo Done! If you see this message, that should mean everything is installed and is running.
Expand Down

0 comments on commit 45c5c34

Please sign in to comment.