1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/movim_ynh.git synced 2024-09-03 19:46:19 +02:00

replace www-data with movim

This commit is contained in:
src386 2015-08-19 11:15:29 +02:00
parent 8df22e7269
commit 3741e37f51

View file

@ -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