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 <