Skip to content

Commit 95f9711

Browse files
committed
contrib/init: (OpenRC) quote some unquoted variables.
1 parent 737fead commit 95f9711

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/init/bitcoind.openrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ start_pre() {
6060
"${BITCOIND_PIDDIR}"
6161

6262
checkpath -f \
63-
-o ${BITCOIND_USER}:${BITCOIND_GROUP} \
63+
-o "${BITCOIND_USER}:${BITCOIND_GROUP}" \
6464
-m 0660 \
65-
${BITCOIND_CONFIGFILE}
65+
"${BITCOIND_CONFIGFILE}"
6666

6767
checkconfig || return 1
6868
}

0 commit comments

Comments
 (0)