style fix in cdemud.exlib
This commit is contained in:
parent
026cb43ede
commit
98e6ee6dca
1 changed files with 3 additions and 3 deletions
|
@ -32,13 +32,13 @@ depend() {
|
|||
}
|
||||
|
||||
start() {
|
||||
ebegin "Starting cdemu daemon"
|
||||
ebegin "Starting cdemu daemon"
|
||||
cdemud \${CDEMUD_OPTS} -d -p /var/run/cdemud.pid
|
||||
eend \$?
|
||||
eend \$?
|
||||
}
|
||||
|
||||
stop() {
|
||||
ebegin "Stopping cdemu daemon"
|
||||
ebegin "Stopping cdemu daemon"
|
||||
cdemud \${CDEMUD_OPTS} -k -p /var/run/cdemud.pid
|
||||
eend \$?
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue