diff options
Diffstat (limited to 'scripts/rts')
-rwxr-xr-x | scripts/rts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/rts b/scripts/rts index 47f20de..509590b 100755 --- a/scripts/rts +++ b/scripts/rts @@ -1,8 +1,8 @@ #!/usr/bin/env bash -#Applies real-time kernel specific settings found in /etc/rt-settings.d/* +#Applies real-time kernel specific settings found in /etc/rts.d/* if [ "$1" ]; then - . /etc/rt-settings/"$1" + . /etc/rts/"$1" else - . /etc/rt-settings/rt-settings + . /etc/rts/rts fi |