From f30650b037e6d7f76f9e7695c4e19bad4682ee37 Mon Sep 17 00:00:00 2001 From: src386 Date: Mon, 3 Aug 2015 13:37:28 +0200 Subject: [PATCH] . --- scripts/install | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index d3baa2d..4a3534e 100644 --- a/scripts/install +++ b/scripts/install @@ -33,7 +33,6 @@ sudo cp -a ../sources/* $final_path sudo chown -R www-data: $final_path # Install PHP dependencies -cd $final_path sudo su -c "curl -sS https://getcomposer.org/installer | php" -s /bin/sh www-data sudo su -c "php composer.phar install" -s /bin/sh www-data @@ -45,7 +44,7 @@ sudo sed -i "s/yhdb/$db_user/g" $final_path/config/db.inc.php # Populate Movim database sudo su -c "php mud.php db set" -s /bin/sh www-data -sudo yunohost app addaccess movim -u $admin +#sudo yunohost app addaccess movim -u $admin # Copy init script if Wheezy sudo cp ../conf/movim.init /etc/init.d/movim