mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-28 18:15:05 +02:00
contrib/init: (OpenRC) quote some unquoted variables.
This commit is contained in:
@@ -60,9 +60,9 @@ start_pre() {
|
||||
"${BITCOIND_PIDDIR}"
|
||||
|
||||
checkpath -f \
|
||||
-o ${BITCOIND_USER}:${BITCOIND_GROUP} \
|
||||
-o "${BITCOIND_USER}:${BITCOIND_GROUP}" \
|
||||
-m 0660 \
|
||||
${BITCOIND_CONFIGFILE}
|
||||
"${BITCOIND_CONFIGFILE}"
|
||||
|
||||
checkconfig || return 1
|
||||
}
|
||||
|
Reference in New Issue
Block a user