From bf3c2c3e52c80d1e21c31b5e211dc454af475e44 Mon Sep 17 00:00:00 2001 From: magikcypress Date: Mon, 10 Apr 2017 21:18:41 +0200 Subject: [fix] Config assets:precompile --- scripts/install | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/install b/scripts/install index 11c3f1a..012d558 100644 --- a/scripts/install +++ b/scripts/install @@ -85,7 +85,6 @@ sudo chown -R $app: "${final_path}" sudo su - $app <> ~/.bashrc echo 'export PATH="/opt/mastodon/.rbenv/bin:/opt/mastodon/live/bin:$PATH"' >> ~/.profile echo 'export PATH="/opt/mastodon/.rbenv/bin:/opt/mastodon/live/bin:$PATH"' >> ~/.bashrc echo 'eval "\$(rbenv init -)"' >> ~/.bashrc @@ -137,7 +136,7 @@ sudo sed -i 's,SMTP_FROM_ADDRESS=notifications@example.com,SMTP_FROM_ADDRESS='${ sudo su - $app <