1
0
Fork 0
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:
src386 2015-08-21 16:31:12 +02:00
parent 85730765fe
commit c44b6e40b9

View file

@ -8,7 +8,8 @@ port=$(sudo yunohost app setting movim port)
# Install Movim files # Install Movim files
final_path=/var/www/movim final_path=/var/www/movim
sudo cp -a ../sources/* $final_path 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 # Update PHP dependencies
sudo su -c "curl -sS https://getcomposer.org/installer | php -- --install-dir=$final_path" -s /bin/sh www-data sudo su -c "curl -sS https://getcomposer.org/installer | php -- --install-dir=$final_path" -s /bin/sh www-data