# Script in /head broke site

**URL:** https://meta.discourse.org/t/script-in-head-broke-site/36161
**Category:** Support
**Created:** [November 30, 2015, 5:03pm UTC](https://meta.discourse.org/t/script-in-head-broke-site/36161 "2015-11-30T17:03:36Z")
**Posts on this page:** 1
**Showing post:** 6

<div class="post-metadata">

### Author: ![DeanMarkTaylor](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/deanmarktaylor/32/102462_2.png) [@DeanMarkTaylor](https://meta.discourse.org/u/DeanMarkTaylor)
#### Post date: [November 30, 2015, 6:11pm UTC](https://meta.discourse.org/t/script-in-head-broke-site/36161/6 "2015-11-30T18:11:56Z")

</div>

Check this post out it should so what you need…

> [@Local customizations broke site on upgrade, how to disable?](https://meta.discourse.org/t/local-customizations-broke-site-on-upgrade-how-to-disable/28724/17):
>
> ```bash
> cd /var/discourse
> ./launcher enter app 
> rails c
> > SiteCustomization.update_all(enabled: false)
> exit
> exit
> 
> ```
> 
> After this restart the container
> 
> ```plaintext
> ./launcher restart app
> 
> ```

---

_[View the full topic](https://meta.discourse.org/t/script-in-head-broke-site/36161)._
