Skip to content

Commit 95a066f

Browse files
Small bug fix
1 parent 483d011 commit 95a066f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

start_visualizer.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Check for presence of Docker/Podman engines
2-
if command -v doscker &> /dev/null
2+
if command -v docker &> /dev/null
33
then
44
export container_engine=docker
55
elif command -v podman &> /dev/null
@@ -28,4 +28,4 @@ fi
2828
# Start visualizer
2929
$container_engine build . -f Containerfile -t clams-mmif-visualizer
3030
$container_engine run -d --name clams-mmif-visualizer --rm -p 5000:5000 -e PYTHONUNBUFFERED=1 -v $datadir:$mountdir -v $datadir:/app/static/$mountdir clams-mmif-visualizer
31-
echo "MMIF Visualizer is running in the background and can be accessed at http://localhost:5000/. To shut down, run '$container_engine kill clams-mmif-visualizer'"
31+
echo "MMIF Visualizer is running in the background and can be accessed at http://localhost:5000/. To shut it down, run '$container_engine kill clams-mmif-visualizer'"

0 commit comments

Comments
 (0)