From 442ce331d6fcf69f9f2f8de2c237ffa6ad3f2ff4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Garrigue?= Date: Fri, 21 Aug 2015 07:47:59 +0000 Subject: [PATCH] Fix #5 --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 366c8c9..17aea38 100755 --- a/scripts/install +++ b/scripts/install @@ -30,7 +30,7 @@ sudo yunohost app setting $app is_public -v "$is_public" # Make sure we got the tools we need for this install -sudo apt install -y curl wget sed +sudo apt-get install -y curl wget sed # Initialize database and store mysql password for upgrade db_password=`sudo yunohost app initdb $app | tr -d '\n'` @@ -44,7 +44,7 @@ sudo mkdir -p $directory sudo mv dotclear $directory sudo rm -f $app.tgz cd $directory -sudo cp inc/$php_config.in inc/$php_config +sudo cp $php_config.in $php_config sudo chown www-data:www-data -R $app # Config as if we called in admin/install/wizard.php