diff options
author | Ray Strode <rstrode@redhat.com> | 2010-09-29 13:25:22 -0400 |
---|---|---|
committer | Ray Strode <rstrode@redhat.com> | 2010-09-29 13:25:22 -0400 |
commit | 288a42120ef1ab3f85c7b2890313a765291b00ab (patch) | |
tree | 2192f4d4d8f33b99a71bb966f4231c21f3b8dd04 | |
parent | 19f478819d420de4efa69219e5aa19627095a200 (diff) |
set-default-theme: exit 0 at bottom of file
This is so that if there is no --rebuild-initrd it still
exits successfully.
-rwxr-xr-x | scripts/plymouth-set-default-theme.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/plymouth-set-default-theme.in b/scripts/plymouth-set-default-theme.in index d9b0f016..40e5f9fa 100755 --- a/scripts/plymouth-set-default-theme.in +++ b/scripts/plymouth-set-default-theme.in @@ -193,4 +193,4 @@ sed -i -e '/^Theme[[:blank:]]*=.*/d' ${PLYMOUTH_CONFDIR}/plymouthd.conf sed -i -e "s/^\([[]Daemon[]]\)\n*/\1\nTheme=${THEME_NAME}/" ${PLYMOUTH_CONFDIR}/plymouthd.conf [ $DO_INITRD_REBUILD -ne 0 ] && (${PLYMOUTH_LIBEXECDIR}/plymouth/plymouth-update-initrd) - +exit 0 |