diff --git a/kickstart/scripts/admin-deploy.sh b/kickstart/scripts/admin-deploy.sh index f522831..cc5c0d3 100755 --- a/kickstart/scripts/admin-deploy.sh +++ b/kickstart/scripts/admin-deploy.sh @@ -35,7 +35,7 @@ deploy_admin_ubuntu() { deploy_posm_admin() { # Fetch source code. - from_github "https://github.com/AmericanRedCross/posm-admin" "$dst/posm-admin" "split-ui" + from_github "https://github.com/AmericanRedCross/posm-admin" "$dst/posm-admin" # admin user should own this chown -R $user:$group "$dst/posm-admin"