~allenap/maas/repackage

« back to all changes in this revision

Viewing changes to services/webapp/run

  • Committer: Gavin Panella
  • Date: 2014-02-12 21:48:03 UTC
  • mfrom: (1745.2.196 maas)
  • Revision ID: gavin.panella@canonical.com-20140212214803-20itl9br15ynrwb8
Merge trunk, resolving many conflicts.

Show diffs side-by-side

added added

removed removed

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