From b17c60f85a80860fd7d0408c4af330c41d986a20 Mon Sep 17 00:00:00 2001 From: Hannah Ward Date: Thu, 30 Mar 2017 16:27:25 +0100 Subject: [PATCH] new: added configurable collection polling --- scripts/install-remote-server.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/install-remote-server.sh b/scripts/install-remote-server.sh index 363e0c5..0035627 100644 --- a/scripts/install-remote-server.sh +++ b/scripts/install-remote-server.sh @@ -23,6 +23,8 @@ cat >> $CONFIGDIR/servers.yml << EOF auth: username: password: + collections: + - collection EOF echo "New server added to $CONFIGDIR/servers.yml - please go change the settings"