Skip to content
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.

Commit

Permalink
Fix an issue with startup on Ubuntu OSes
Browse files Browse the repository at this point in the history
The sh binary will sometimes reference bash depending on the os, but not
always. When specifically referenced, it can cause compatibilities with
the script.

Remove the specific sh invocation.
  • Loading branch information
lmprice committed Nov 14, 2019
1 parent a8de95f commit 9f8a2e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -112,5 +112,6 @@ clean: stop rm ## Remove all images and containers built by the project

warn: ##
ifndef QUIET
sh scripts/images.sh
chmod +x scripts/*
scripts/images.sh
endif

0 comments on commit 9f8a2e6

Please sign in to comment.