aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Ghigonis <laurent@p1sec.com>2013-03-10 20:11:20 +0100
committerLaurent Ghigonis <laurent@p1sec.com>2013-03-10 20:11:20 +0100
commitcc560bfc26967e4bcefa217a833f56beedcafa5e (patch)
tree6e67f1c7199a5156f212b8e6e87e3908ee4cf8b6
parentpropagate: initial import (diff)
downloadlaurent-tools-cc560bfc26967e4bcefa217a833f56beedcafa5e.tar.xz
laurent-tools-cc560bfc26967e4bcefa217a833f56beedcafa5e.zip
prefer this host
-rwxr-xr-xpropagate/bak.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/propagate/bak.sh b/propagate/bak.sh
index 0077a79..969fe1e 100755
--- a/propagate/bak.sh
+++ b/propagate/bak.sh
@@ -8,7 +8,7 @@
# 2012 Laurent 'laurent' Ghigonis <laurent@gouloum.fr>
DIRNAME=$(basename `pwd`)
-HOST="kiwi@94.23.13.229:"
+HOST=${HOST-"user@host"}
if [ X"$1" = X"" ]; then
echo "usage: $0 backup_name"