Skip to content

Commit

Permalink
Replace ROOT.war even if it is a directory
Browse files Browse the repository at this point in the history
  • Loading branch information
seanf committed Jan 21, 2014
1 parent 89a8a10 commit dac5984
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions zanata-deploy.sh
Expand Up @@ -171,6 +171,9 @@ do
$ssh $user@$host $post_stop
fi

echo "removing previous file/dir $targetfile on $host"
$ssh $user@$host rm -rf $targetfile

# tmp dir will grow forever otherwise:
$ssh $user@$host rm -fr $JBOSS_HOME/standalone/tmp/

Expand Down

0 comments on commit dac5984

Please sign in to comment.