#5181 -- Fix how CLI commands execute.

This commit is contained in:
Buster "Silver Eagle" Neece 2022-03-09 16:41:41 -06:00
parent c25b50c632
commit c2e38f5cc1
No known key found for this signature in database
GPG Key ID: 9FC8B9E008872109
1 changed files with 1 additions and 1 deletions

View File

@ -588,7 +588,7 @@ update-self() {
# Usage: ./docker.sh cli [command]
#
cli() {
docker-compose run --rm web -- azuracast_cli "$@"
docker-compose exec web -- azuracast_cli "$@"
exit
}