Skip to content

Commit

Permalink
fixed imgr/mkmount.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
edmc-ss committed Feb 28, 2024
1 parent 9b65b85 commit 754f31a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ To instantiate either a development or test environment, a `docker-compose.yml`
To kick off development activities:

* [Host shell] docker-compose up -d dev
* [Host shell] docker-compose exec dev sh
* [Host shell] docker-compose exec dev bash

To build all the images:
* [`dev` /src#] make
Expand Down
2 changes: 1 addition & 1 deletion imgr/mkmount.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

Usage="$(basename "$0") - Ask swift/imgr to format and serve testvol
where:
Expand Down

0 comments on commit 754f31a

Please sign in to comment.