diff options
| author | yalh76 <yalh@yahoo.com> | 2019-03-21 04:13:43 +0100 |
|---|---|---|
| committer | yalh76 <yalh@yahoo.com> | 2019-03-21 04:13:43 +0100 |
| commit | 9d671c8fc123d336165236f0c966fd88192cfe8e (patch) | |
| tree | 95fd31f103854d6ff848319b60ec1062dc0d6669 /scripts | |
| parent | 514a09f21e4acbbc3125319d8a8ab795b51b5f84 (diff) | |
| download | mastodon_ynh-9d671c8fc123d336165236f0c966fd88192cfe8e.tar.gz mastodon_ynh-9d671c8fc123d336165236f0c966fd88192cfe8e.tar.bz2 mastodon_ynh-9d671c8fc123d336165236f0c966fd88192cfe8e.zip | |
Fix error in install
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install b/scripts/install index 04e50a2..4580915 100644 --- a/scripts/install +++ b/scripts/install @@ -206,7 +206,7 @@ pushd "$final_path/live" sudo -u "$app" env PATH=$PATH yarn install --pure-lockfile sudo -u "$app" echo "SAFETY_ASSURED=1">> .env.production sudo -u "$app" env PATH=$PATH RAILS_ENV=production /opt/rbenv/versions/2.6.0/bin/bundle exec rails db:migrate --quiet - sudo -u "$app" env PATH=$PTH RAILS_ENV=production /opt/rbenv/versions/2.6.0/bin/bundle exec rails assets:precompile --quiet + sudo -u "$app" env PATH=$PATH RAILS_ENV=production /opt/rbenv/versions/2.6.0/bin/bundle exec rails assets:precompile --quiet popd #================================================= |
