diff --git a/overlay/etc/tuned/profiles/veilor-balanced/script.sh b/overlay/etc/tuned/profiles/veilor-balanced/script.sh index c0e62fb..c6c83c6 100755 --- a/overlay/etc/tuned/profiles/veilor-balanced/script.sh +++ b/overlay/etc/tuned/profiles/veilor-balanced/script.sh @@ -29,4 +29,4 @@ stop() { return 0 } -process $@ +process "$@" diff --git a/overlay/etc/tuned/profiles/veilor-performance/script.sh b/overlay/etc/tuned/profiles/veilor-performance/script.sh index 059bcaf..2357294 100755 --- a/overlay/etc/tuned/profiles/veilor-performance/script.sh +++ b/overlay/etc/tuned/profiles/veilor-performance/script.sh @@ -28,4 +28,4 @@ stop() { return 0 } -process $@ +process "$@" diff --git a/overlay/etc/tuned/profiles/veilor-powersave/script.sh b/overlay/etc/tuned/profiles/veilor-powersave/script.sh index 00344a6..27b1993 100755 --- a/overlay/etc/tuned/profiles/veilor-powersave/script.sh +++ b/overlay/etc/tuned/profiles/veilor-powersave/script.sh @@ -40,4 +40,4 @@ stop() { return 0 } -process $@ +process "$@"