Skip to content

Commit

Permalink
missing #
Browse files Browse the repository at this point in the history
missing #
  • Loading branch information
cryptopool-builders committed Dec 9, 2019
1 parent 2546a01 commit a6a3e98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_coin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ gen=0
echo -e "Starting ${coind::-1}"
/usr/bin/"${coind}" -datadir=$STORAGE_ROOT/wallets/."${coind::-1}" -conf="${coind::-1}.conf" -daemon -shrinkdebugfile

Create easy daemon start file
# Create easy daemon start file
echo ''${coind}' -datadir=$STORAGE_ROOT/wallets/.'${coind::-1}' -conf='${coind::-1}'.conf -daemon -shrinkdebugfile
' | sudo -E tee /usr/bin/"${coin_symbol}_start" >/dev/null 2>&1
sudo chmod +x /usr/bin/"${coin_symbol}_start"
Expand Down

0 comments on commit a6a3e98

Please sign in to comment.