Skip to content

Commit b1a1661

Browse files
committed
Double quote array expansions to avoid re-splitting elements in docker-bin.sh
1 parent 7f08871 commit b1a1661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-bin.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/sh
22

3-
/venv/bin/python3 -m glances $@
3+
/venv/bin/python3 -m glances "$@"

0 commit comments

Comments
 (0)