mirror of
https://github.com/YunoHost-Apps/movim_ynh.git
synced 2024-09-03 19:46:19 +02:00
revert to www-data user
This commit is contained in:
parent
85730765fe
commit
c44b6e40b9
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,8 @@ port=$(sudo yunohost app setting movim port)
|
|||
# Install Movim files
|
||||
final_path=/var/www/movim
|
||||
sudo cp -a ../sources/* $final_path
|
||||
#sudo chown -R www-data: $final_path
|
||||
sudo chown -R www-data: $final_path
|
||||
sudo chmod -R 750 $final_path
|
||||
|
||||
# Update PHP dependencies
|
||||
sudo su -c "curl -sS https://getcomposer.org/installer | php -- --install-dir=$final_path" -s /bin/sh www-data
|
||||
|
|
Loading…
Add table
Reference in a new issue