launch_nicely now properly passes down all arguments
This commit is contained in:
parent
01481500d7
commit
2e2042f03e
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
time nice -n 19 ionice -c 3 $1
|
time nice -n 19 ionice -c 3 "$@"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue