VPC : move acl.sh ipassoc.sh to /opt/cloud/bin/

This commit is contained in:
anthony 2012-06-06 14:22:06 -07:00
parent 78f1aab584
commit 1fa6ba5ecc
4 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ shift
check_gw "$domRIp"
ssh -p 3922 -q -o StrictHostKeyChecking=no -i $cert root@$domRIp "/root/$script $*"
ssh -p 3922 -q -o StrictHostKeyChecking=no -i $cert root@$domRIp "/opt/cloud/bin/$script $*"
exit $?

View File

@ -4,7 +4,7 @@
# the following two variables are used by the target "waf dist"
# if you change 'em here, you need to change it also in cloud.spec, add a %changelog entry there, and add an entry in debian/changelog
VERSION = '3.0.3.2012-06-06T18:22:16Z'
VERSION = '3.0.3.2012-06-06T19:22:49Z'
APPNAME = 'cloud'
import shutil,os