~lutostag/ubuntu/trusty/maas/1.5.4+keystone

« back to all changes in this revision

Viewing changes to services/webapp/run

  • Committer: Package Import Robot
  • Author(s): Andres Rodriguez
  • Date: 2014-02-15 12:08:23 UTC
  • mto: This revision was merged to the branch mainline in revision 48.
  • Revision ID: package-import@ubuntu.com-20140215120823-u7dkitfy0h8tbruh
Tags: upstream-1.5+bzr1948
ImportĀ upstreamĀ versionĀ 1.5+bzr1948

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
fi
22
22
 
23
23
# Exec the MAAS API and Web UI Server.
24
 
script="$(readlink -f bin/maas)"
 
24
script="$(readlink -f bin/maas-region-admin)"
25
25
exec "${script}" runserver 5243 --settings=maas.demo "$@"