fixed typo
This commit is contained in:
parent
a929f27d5c
commit
f05b1175bf
@ -9,7 +9,7 @@ case "$1" in
|
||||
useradd --system -M -U bitcoin
|
||||
fi
|
||||
|
||||
if [ "$(stat -c '%U' /data/btc/bitcoin)" != "bitcoin" ]
|
||||
if [ "$(stat -c '%U' /data/bch/bitcoin)" != "bitcoin" ]
|
||||
then
|
||||
chown bitcoin:bitcoin /data/bch/bitcoin
|
||||
fi
|
||||
|
||||
Loading…
Reference in New Issue
Block a user