launch_nicely now properly passes down all arguments

This commit is contained in:
Cyryl Plotnicki-Chudyk 2014-02-08 16:33:40 +01:00
parent 01481500d7
commit 2e2042f03e
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
#!/bin/sh
time nice -n 19 ionice -c 3 $1
time nice -n 19 ionice -c 3 "$@"