From 1cd02940d6f853810ea8c96703c2d89457929dc2 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sat, 2 Jun 2018 04:00:08 -0600 Subject: [PATCH] fix config bug --- usr/share/install_helper.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/usr/share/install_helper.sh b/usr/share/install_helper.sh index 4da049e..de40bb7 100644 --- a/usr/share/install_helper.sh +++ b/usr/share/install_helper.sh @@ -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