bin/update
author Tero Marttila <terom@paivola.fi>
Tue, 10 Mar 2015 00:30:31 +0200
changeset 741 569d13a07ff5
parent 654 8069b08e90ac
permissions -rwxr-xr-x
version 0.9.0-dev
#!/bin/bash

# absolute path to directory with etc/ and var/
SRV=${SRV:-$(pwd)}

# path (relative to $SRV) to directory with bin/
OPT=${OPT:-./opt}

# path (relative to $SRV) to lib/ directory with pvl/
LIB=${LIB:-./lib}

. $LIB/pvl/hosts/update.sh