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:
parent
8df22e7269
commit
3741e37f51
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue