contrib/init: (OpenRC) quote some unquoted variables.

pull/21111/head
parazyd 4 years ago
parent 737feadff7
commit 95f97111dd
No known key found for this signature in database
GPG Key ID: 6B636BF0493EE747

@ -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
}

Loading…
Cancel
Save