Skip to content

Commit

Permalink
No newline at EOF fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mine Coins committed Feb 22, 2017
1 parent 906fb25 commit 4457859
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion coinConfig.json
Expand Up @@ -8,4 +8,4 @@
"mixIn": 4,
"shortCode": "XMR"
}
}
}
2 changes: 1 addition & 1 deletion deployment/leaf.bash
Expand Up @@ -49,4 +49,4 @@ sudo env PATH=$PATH:`pwd`/.nvm/versions/node/v6.9.2/bin `pwd`/.nvm/versions/node
sudo chown -R $CURUSER. ~/.pm2
echo "Installing pm2-logrotate in the background!"
pm2 install pm2-logrotate &
echo "You're setup with a leaf node! Congrats"
echo "You're setup with a leaf node! Congrats"
2 changes: 1 addition & 1 deletion sample_config.sql
Expand Up @@ -3,4 +3,4 @@ UPDATE pool.config SET item_value = '' WHERE module = 'payout' and item = 'feeAd
UPDATE pool.config SET item_value = '' WHERE module = 'general' and item = 'mailgunKey';
UPDATE pool.config SET item_value = '' WHERE module = 'general' and item = 'mailgunURL';
UPDATE pool.config SET item_value = '' WHERE module = 'general' and item = 'emailFrom';
UPDATE pool.config SET item_value = '' WHERE module = 'general' and item = 'shareHost';
UPDATE pool.config SET item_value = '' WHERE module = 'general' and item = 'shareHost';
2 changes: 1 addition & 1 deletion sql_sync/config_entries.json
Expand Up @@ -535,4 +535,4 @@
"item_type": "string",
"Item_desc": "Signature line for the emails."
}
]
]

0 comments on commit 4457859

Please sign in to comment.