cd /var/www/html
COMPOSER_ALLOW_SUPERUSER=1 composer update
wait
cd /var/www/html
sudo chown azureuser:azureuser -R *
wait
sudo find . -type f -exec chmod 644 {} \;
wait
sudo find . -type d -exec chmod 755 {} \;
wait
sudo chmod -R 777 ./storage
wait
sudo service apache2 restart
