From 6384775e347e4ca1075ccd5ec2a82c2eae8d5711 Mon Sep 17 00:00:00 2001 From: titoko Date: Fri, 29 Nov 2013 12:54:22 +0100 Subject: [PATCH] Update install bugfix --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 5df792d..6418625 100644 --- a/scripts/install +++ b/scripts/install @@ -19,7 +19,7 @@ db_pwd=$(dd if=/dev/urandom bs=1 count=200 2> /dev/null | tr -c -d '[A-Za-z0-9]' final_path=/var/www/jappix sudo mkdir -p $final_path sudo cp -r ../source/* $final_path - sudo cp ../conf/*.xml $fnal_path/store/conf/ + sudo cp ../conf/*.xml $final_path/store/conf/ # Set permissions to jappix directory sudo chown -R www-data: $final_path