diff options
Diffstat (limited to 'scripts/make-boot-splash')
-rwxr-xr-x | scripts/make-boot-splash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/make-boot-splash b/scripts/make-boot-splash index f4d5dab..cca72f2 100755 --- a/scripts/make-boot-splash +++ b/scripts/make-boot-splash @@ -17,7 +17,7 @@ resolution=$2 plymouth-set-default-theme $THEME -$splash_dir/scripts/make-boot-splash-raw $initrd_file $THEME || exit 1 +$splash_dir/scripts/make-boot-splash-raw $initrd_file || exit 1 if [ -z "$DURING_INSTALL" ]; then $splash_dir/scripts/switch-themes -u |