CSS issue coming after successful installation of native edx Hawthorn

Hi,
After successful installation of native edx hawthorn master on Ubuntu 16, i am facing CSS issues. I had run following commands after my installation of Hawthorn successfully finishes and all process are running.
cd ~
sudo -H -u edxapp bash
source /edx/app/edxapp/edxapp_env
cd /edx/app/edxapp/edx-platform
paver update_assets cms --settings=aws
paver update_assets lms --settings=aws

python manage.py cms --settings=aws collectstatic --noinput
python manage.py lms --settings=aws collectstatic --noinput

edxapp@worker:~# exit (come out of edxapp worker)

sudo reboot

But getting distorted html. please advice, if i am missing some thing ?

Hi,

You only need run this command.

/edx/bin/edxapp-update-assets

and reboot lms and cms

/edx/bin/supervisorctl restart lms cms

sbernesto,

Thanks a Lot, it works.