mirror of
https://github.com/overleaf/toolkit.git
synced 2025-04-19 15:28:06 +02:00
Update stop script
This commit is contained in:
parent
cebf81a369
commit
c31666cbd0
1 changed files with 1 additions and 1 deletions
2
bin/stop
2
bin/stop
|
@ -3,7 +3,7 @@
|
|||
set -euo pipefail
|
||||
|
||||
function __main__() {
|
||||
exec ./bin/docker-compose stop
|
||||
exec ./bin/docker-compose stop "$@"
|
||||
}
|
||||
|
||||
__main__ "$@"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue