aboutsummaryrefslogtreecommitdiff
path: root/control/deploy-control-node
diff options
context:
space:
mode:
Diffstat (limited to 'control/deploy-control-node')
-rwxr-xr-xcontrol/deploy-control-node2
1 files changed, 1 insertions, 1 deletions
diff --git a/control/deploy-control-node b/control/deploy-control-node
index d1a35f9..cfa92d4 100755
--- a/control/deploy-control-node
+++ b/control/deploy-control-node
@@ -29,7 +29,7 @@ function bzr_deploy() {
bzr branch $bzr_repo $deploy_dir.new
revno=`bzr revno $deploy_dir.new`
mv $deploy_dir.new $deploy_dir.r$revno-$TSTAMP
- ln -sf $deploy_dir.r$revno-$TSTAMP $deploy_dir
+ ln -sfn $deploy_dir.r$revno-$TSTAMP $deploy_dir
}
# be sure to execute in deployment dir