diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/switch-themes | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/switch-themes b/scripts/switch-themes index 22676e4..99d3368 100755 --- a/scripts/switch-themes +++ b/scripts/switch-themes @@ -109,8 +109,8 @@ function switch_theme () { } function update_boot () { - if [[ -x /usr/bin/bootloader-config ]]; then - /usr/bin/bootloader-config --action update-splash --kernel-version $(uname -r) + if [[ -x /usr/sbin/bootloader-config ]]; then + /usr/sbin/bootloader-config --action update-splash --kernel-version $(uname -r) fi } |