mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-08-05 22:18:33 +00:00
Repair typo which caused init script not to start corosync daemon.
git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1649 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
parent
ec4a06ec3c
commit
4042395616
@ -5,7 +5,7 @@
|
||||
|
||||
PATH=/bin:/usr/bin:/sbin:/usr/sbin
|
||||
|
||||
test -f /usr/sbin/corosycn | exit 0
|
||||
test -f /usr/sbin/corosync | exit 0
|
||||
|
||||
case "$1" in
|
||||
start)
|
||||
|
Loading…
Reference in New Issue
Block a user