Skip to content

Commit

Permalink
fix copy/paste typo
Browse files Browse the repository at this point in the history
  • Loading branch information
smk762 committed Jun 19, 2024
1 parent 98a5107 commit e967187
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ echo "" > /home/${USER}/.komodo/MARTY/debug.log
rpcuser=$(tr -dc A-Za-z0-9 </dev/urandom | head -c 16)
rpcpassword=$(tr -dc A-Za-z0-9 </dev/urandom | head -c 16)
cp -f ${script_path}/conf_files/DOC.conf /home/${USER}/.komodo/DOC/DOC.conf
echo "rpcpassword=${rpcuser}" >> /home/${USER}/.komodo/DOC/DOC.conf
echo "rpcuser=${rpcuser}" >> /home/${USER}/.komodo/DOC/DOC.conf
echo "rpcpassword=${rpcpassword}" >> /home/${USER}/.komodo/DOC/DOC.conf

rpcuser=$(tr -dc A-Za-z0-9 </dev/urandom | head -c 16)
rpcpassword=$(tr -dc A-Za-z0-9 </dev/urandom | head -c 16)
cp -f ${script_path}/conf_files/MARTY.conf /home/${USER}/.komodo/MARTY/MARTY.conf
echo "rpcpassword=${rpcuser}" >> /home/${USER}/.komodo/MARTY/MARTY.conf
echo "rpcuser=${rpcuser}" >> /home/${USER}/.komodo/MARTY/MARTY.conf
echo "rpcpassword=${rpcpassword}" >> /home/${USER}/.komodo/MARTY/MARTY.conf

echo "Make sure you update the whitelist addresses in /home/${USER}/.komodo/MARTY/MARTY.conf and /home/${USER}/.komodo/DOC/DOC.conf files to include your own address before building the docker images!"
Expand Down

0 comments on commit e967187

Please sign in to comment.