2
2
mirror of https://git.coolaj86.com/coolaj86/telebit.js.git synced 2025-03-03 07:00:45 +00:00

fix config bug

This commit is contained in:
AJ ONeal 2018-06-02 04:00:08 -06:00
parent b070024177
commit 1cd02940d6

View File

@ -195,7 +195,6 @@ mkdir -p "$(dirname $my_config)"
if [ ! -e "$my_config" ]; then
#$rsync_cmd examples/$my_app.yml "$my_config"
echo "email: $my_email" >> "$my_config"
echo "email: $my_email" >> "$my_config"
if [ -n "$my_secret" ]; then
echo "secret: $my_secret" >> "$my_config"
fi