mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-04 07:07:45 +01:00
contrib/init: (OpenRC) quote some unquoted variables.
This commit is contained in:
parent
737feadff7
commit
95f97111dd
1 changed files with 2 additions and 2 deletions
|
@ -60,9 +60,9 @@ start_pre() {
|
||||||
"${BITCOIND_PIDDIR}"
|
"${BITCOIND_PIDDIR}"
|
||||||
|
|
||||||
checkpath -f \
|
checkpath -f \
|
||||||
-o ${BITCOIND_USER}:${BITCOIND_GROUP} \
|
-o "${BITCOIND_USER}:${BITCOIND_GROUP}" \
|
||||||
-m 0660 \
|
-m 0660 \
|
||||||
${BITCOIND_CONFIGFILE}
|
"${BITCOIND_CONFIGFILE}"
|
||||||
|
|
||||||
checkconfig || return 1
|
checkconfig || return 1
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue