fixed typo

This commit is contained in:
Jakub Matys 2018-04-26 11:02:03 +02:00
parent a929f27d5c
commit f05b1175bf

View File

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