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

Commit

Permalink
Better messages on the start stop scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
tfennelly committed Sep 23, 2016
1 parent 755f74c commit eb50755
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion start-selenium.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
./stop-selenium.sh

echo ""
echo " Starting container..."
echo " Starting Selenium Docker container..."
echo ""
docker run -d --name blueo-selenium -p 15900:5900 -p 4444:4444 -e no_proxy=localhost selenium/standalone-firefox-debug:2.53.0

Expand Down
2 changes: 1 addition & 1 deletion stop-selenium.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

echo ""
echo " Zapping old container, if any. This may take a few seconds..."
echo " Zapping old Selenium Docker container, if any. This may take a few seconds..."
echo ""
docker stop blueo-selenium && docker rm blueo-selenium

0 comments on commit eb50755

Please sign in to comment.