From e6a5b2bc5e08f68d13c5293a9812f3deddb4ce60 Mon Sep 17 00:00:00 2001 From: nemsia Date: Mon, 8 May 2017 15:33:08 +0200 Subject: [enh] Switch release on mastodon user (#27) * Update README * [enh] Switch branch with mastodon user --- scripts/upgrade | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'scripts/upgrade') diff --git a/scripts/upgrade b/scripts/upgrade index ea548b9..f070bbd 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -50,7 +50,10 @@ PULLCOMMANDS # Switch branch to tagged release cd $final_path/live -sudo git checkout $(git tag | tail -n 1) +sudo su - $app <