From 0d740a714c6569dd1b007547c41c3517e8f26e13 Mon Sep 17 00:00:00 2001 From: abeudin Date: Thu, 22 Jan 2015 18:40:56 +0100 Subject: [PATCH] Update install --- scripts/install | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index fadffed..7f15244 100644 --- a/scripts/install +++ b/scripts/install @@ -26,7 +26,8 @@ final_path=/var/www/ttrss sudo mkdir -p $final_path sudo cp -r ../source/* $final_path sudo cp ../conf/config.php $final_path/ -sudo patch -d $final_path -p0 < ..conf/ttrss.diff +sudo cp ../conf/ttrss.diff /tmp/ +sudo patch -d $final_path -p0 < /tmp/ttrss.diff # Change variables in ttrss configuration