From 5481ba4902bea68a90d72cbcf69600aa6af74a8a Mon Sep 17 00:00:00 2001 From: Hannah Ward Date: Thu, 30 Mar 2017 14:52:38 +0100 Subject: [PATCH] fix: Set server name to a key --- scripts/install-remote-server.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/install-remote-server.sh b/scripts/install-remote-server.sh index 06adfb2..57a0c66 100644 --- a/scripts/install-remote-server.sh +++ b/scripts/install-remote-server.sh @@ -13,10 +13,13 @@ echo "FRIENDLY SERVER NAME:" read SNAME cat >> $CONFIGDIR/servers.yml << EOF -'$SNAME': +- name: '$SNAME': host: localhost port: 9000 discovery_path: use_https: False taxii_version: 1.1 headers: +EOF + +echo "New server added to $CONFIGDIR/servers.yml - please go change the settings"