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"