remove chown

This commit is contained in:
dave 2019-05-05 18:15:45 -07:00
parent d3846b7a56
commit 78ebd84513
1 changed files with 1 additions and 2 deletions

3
start
View File

@ -7,6 +7,5 @@ RPCPASS=${RPCPASS:-propane}
sed -i -E "s/rpcuser=.+$/rpcuser=$RPCUSER/" $CONFPATH
sed -i -E "s/rpcpassword=.+$/rpcpassword=$RPCPASS/" $CONFPATH
chown -R crypto:crypto /home/crypto/dogecoin/
exec sudo -Hu crypto dogecoind -conf=$CONFPATH