Skip to content

Commit

Permalink
Update install_server.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
abbit committed Sep 27, 2023
1 parent 33a7886 commit ea8deec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server_manager/install_scripts/install_server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ function start_docker() {
}

function docker_container_exists() {
docker ps | grep --quiet "$1"
docker ps -a --format '{{.Names}}'| grep --quiet "^$1$"
}

function remove_shadowbox_container() {
Expand Down

0 comments on commit ea8deec

Please sign in to comment.