From 28795403f29ba4542783c4083e2d89a71de5c15d Mon Sep 17 00:00:00 2001 From: abeudin Date: Fri, 20 Feb 2015 10:05:57 +0100 Subject: [PATCH] Update upgrade --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 93e1f85..3dd4cd1 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -11,7 +11,7 @@ sudo mkdir -p $final_path sudo cp -a ../source/* $final_path sudo cp ../conf/config.php $final_path/ -sudo cp ../conf/ttrss.diff /tmp/ +sudo cp ../conf/*.patch /tmp/ sudo patch -d $final_path -p0 < /tmp/update.patch sudo patch -d $final_path/plugins/auth_remote/ -p0 < /tmp/init.patch