create-user: misc updates for Debian Stretch / server changes
[hcoop/scripts.git] / vos-syncall
CommitLineData
63ecf196 1#!/bin/bash
2
3HOSTS="deleuze krunk"
4for A in $HOSTS; do vos syncserv $A; done
5for A in $HOSTS; do vos syncvldb $A; done
6for A in $HOSTS; do vos syncserv $A; done
7for A in $HOSTS; do vos syncvldb $A; done