1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/spip_ynh.git synced 2024-09-03 20:25:59 +02:00

Ajout de la copie des sources

This commit is contained in:
magikcypress 2015-04-28 18:24:26 +02:00
parent cf5beade4f
commit aa5adb2010

View file

@ -36,6 +36,7 @@ sudo yunohost app setting spip mysqlpwd -v $db_pwd
# Copy files to the right place
final_path=/var/www/spip
sudo mkdir -p $final_path
sudo cp -a ../sources/* $final_path
# Set permissions to roundcube directory
sudo chown -R www-data: $final_path