Skip to content
This repository was archived by the owner on Jan 25, 2022. It is now read-only.

Commit 5225004

Browse files
author
Daryl Lozupone
committed
Silence docker command output
1 parent 8c49948 commit 5225004

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guest/cli/commands/set-web-server

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ fi
1414

1515
sudo sed -i "s/${converse}/$1/" /etc/supervisor/conf.d/webserver.conf
1616

17-
docker stop ${converse}
18-
docker start $1
17+
docker stop ${converse} 2>&1 > /dev/null
18+
docker start $1 2>&1 > /dev/null

0 commit comments

Comments
 (0)