diff options
Diffstat (limited to 'boot/aaf_install.sh')
-rw-r--r-- | boot/aaf_install.sh | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/boot/aaf_install.sh b/boot/aaf_install.sh index 0378a4e7..ea80e47f 100644 --- a/boot/aaf_install.sh +++ b/boot/aaf_install.sh @@ -95,8 +95,13 @@ resolvconf -u cd /opt git clone -b $GERRIT_BRANCH --single-branch $CODE_REPO chmod +x /opt/authz/auth/auth-cass/docker/dinstall.sh +chmod +x /opt/authz/auth/auth-cass/docker/backup/backup.sh +chmod +x /opt/authz/auth/docker/dbuild.sh chmod +x /opt/authz/auth/docker/drun.sh -chmod +x /opt/authz/auth/docker/d.props +chmod +x /opt/authz/auth/docker/dstart.sh +chmod +x /opt/authz/auth/docker/dstop.sh +# d.props is not a startable shell +# chmod +x /opt/authz/auth/docker/d.props #Update maven settings cat > /usr/share/maven/conf/settings.xml << EOF @@ -513,4 +518,4 @@ then fi cd /opt -./aaf_vm_init.sh
\ No newline at end of file +./aaf_vm_init.sh |