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:
parent
cf5beade4f
commit
aa5adb2010
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ sudo yunohost app setting spip mysqlpwd -v $db_pwd
|
||||||
# Copy files to the right place
|
# Copy files to the right place
|
||||||
final_path=/var/www/spip
|
final_path=/var/www/spip
|
||||||
sudo mkdir -p $final_path
|
sudo mkdir -p $final_path
|
||||||
|
sudo cp -a ../sources/* $final_path
|
||||||
|
|
||||||
# Set permissions to roundcube directory
|
# Set permissions to roundcube directory
|
||||||
sudo chown -R www-data: $final_path
|
sudo chown -R www-data: $final_path
|
||||||
|
|
Loading…
Reference in a new issue