From 3741e37f51fd056af63a17cfdbfc15842d3d0695 Mon Sep 17 00:00:00 2001 From: src386 Date: Wed, 19 Aug 2015 11:15:29 +0200 Subject: [PATCH] replace www-data with movim --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 5003f12..c6fd143 100644 --- a/scripts/install +++ b/scripts/install @@ -57,7 +57,7 @@ sudo cp -a ../sources/* $final_path sudo chown -R movim:www-data $final_path # Create movim system user -sudo useradd movim -d /var/www/movim -s /bin/sh +sudo useradd -d /var/www/movim -s /bin/sh movim # Install PHP dependencies sudo su -c "curl -sS https://getcomposer.org/installer | php -- --install-dir=$final_path" movim