Fix post install current path

This commit is contained in:
John Hua 2015-08-21 19:10:29 +08:00
parent 0d26823206
commit 811d00c461
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,6 @@
name=${1-"xenserver-fuel-plugin*"}
cd /var/www/nailgun/plugins/%{name}
dockerctl copy cleardb.py nailgun:/tmp/cleardb.py
dockerctl shell nailgun /tmp/cleardb.py
dockerctl shell nailgun rm /tmp/cleardb.py