From 83c10fd8dc7d10cb695d58ba76fa657ccd0bca3d Mon Sep 17 00:00:00 2001 From: frju365 Date: Wed, 1 Mar 2017 19:37:50 +0100 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index dbf0ed0..42efbe6 100644 --- a/scripts/install +++ b/scripts/install @@ -66,7 +66,7 @@ SFILE=`sudo cat ../sources/source_file`; sudo wget -nv -i ../sources/source_url -O ${SFILE}.tar.gz sudo md5sum -c ../sources/source_md5 --status || (echo "Corrupt source" >&2 && false) sudo tar xvf ${SFILE}.tar.gz -C ../sources/ -sudo cp -a ../sources/roadiz-src-master/. $final_path +sudo cp -r -a ../sources/roadiz-0.17.0/. $final_path # Modify the config.yml sed -i "s@db_user@$db_user@g" ../conf/config.yml