From c78abc8b6c8062c5951ca3eaa9580a1514fb78a8 Mon Sep 17 00:00:00 2001 From: nemsia Date: Fri, 26 May 2017 17:45:31 +0200 Subject: [PATCH] [enh] Remove asset:precompile and db:migrate on restore --- scripts/restore | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/scripts/restore b/scripts/restore index 066fa2b..1d6a988 100644 --- a/scripts/restore +++ b/scripts/restore @@ -152,12 +152,12 @@ ynh_secure_remove $final_path/mastodon_db.sql # Create symlink for ruby sudo ln -s /opt/mastodon/.rbenv/versions/2.4.1/bin/ruby /usr/bin/ruby || true -# Restore Mastodon -sudo su - $app <