diff options
author | Bill Nottingham <notting@redhat.com> | 2010-10-28 10:44:00 -0400 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2010-10-28 10:44:00 -0400 |
commit | 12cabd751919122551b6eb73850b35fbe565c679 (patch) | |
tree | 4b70a8d650b7b2b7937bd10623acff8d6ee07ff8 /systemd/fedora-init-crypto | |
parent | 96bf02f67020374327528b6e0ec742499b516aba (diff) | |
download | initscripts-12cabd751919122551b6eb73850b35fbe565c679.tar initscripts-12cabd751919122551b6eb73850b35fbe565c679.tar.gz initscripts-12cabd751919122551b6eb73850b35fbe565c679.tar.bz2 initscripts-12cabd751919122551b6eb73850b35fbe565c679.tar.xz initscripts-12cabd751919122551b6eb73850b35fbe565c679.zip |
Simplify some things with ConditionPathExists.
Diffstat (limited to 'systemd/fedora-init-crypto')
-rwxr-xr-x | systemd/fedora-init-crypto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systemd/fedora-init-crypto b/systemd/fedora-init-crypto index 1f707aec..79d18beb 100755 --- a/systemd/fedora-init-crypto +++ b/systemd/fedora-init-crypto @@ -2,4 +2,4 @@ . /etc/init.d/functions -[ -f /etc/crypttab ] && init_crypto $1 || : +init_crypto $1 || : |