Update quick_start.sh

This commit is contained in:
Jean-Louis Queguiner
2020-11-17 13:14:38 +01:00
committed by GitHub
parent 19aa9f0320
commit 4c3ba62f36
+1 -5
View File
@@ -16,10 +16,6 @@ function usage {
echo "usage : $0 image_api -- to start image api"
echo "usage : $0 video_api -- to start video api"
echo ''
echo 'you can add non mandatory arguments'
echo "usage : $0 image_api port host -- for custom port or host"
echo ''
echo ''
}
NOTEBOOK_PASSWORD=$2
@@ -52,4 +48,4 @@ else
echo "Access your $1 on port 5000 (api) or 8888 (notebook)"
fi
fi