Merge pull request #2447 from Antiz96/develop

Double quote array expansions to avoid re-splitting elements in docker-bin.sh
This commit is contained in:
Nicolas Hennion 2023-06-10 10:29:35 +02:00 committed by GitHub
commit 97d4cb6afb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,3 @@
#!/bin/sh
/venv/bin/python3 -m glances $@
/venv/bin/python3 -m glances "$@"