mirror of
https://github.com/YunoHost-Apps/emailpoubelle_ynh.git
synced 2024-09-03 18:26:29 +02:00
Update upgrade
This commit is contained in:
parent
1d1526c7d7
commit
89fa331e8d
1 changed files with 5 additions and 1 deletions
|
@ -88,11 +88,15 @@ cp ../src/README.md $final_path/README.md
|
|||
cp ../src/CHANGELOG.md $final_path/CHANGELOG.md
|
||||
cp ../src/conf-dist.php $final_path/conf-dist.php
|
||||
cp ../conf/index_source.php $final_path/www/index.php
|
||||
|
||||
test -e $final_path/template-exemple
|
||||
if [[ ! $? -eq 0 ]]; then
|
||||
ln -s $final_path/www/template-exemple $final_path/template-exemple
|
||||
fi
|
||||
#Temporaire - mettre en config
|
||||
ln -s $final_path/lang/fr $final_path/lang/fr_FR
|
||||
ln -s $final_path/lang/it $final_path/lang/it_IT
|
||||
|
||||
|
||||
chown -R www-data:www-data $final_path
|
||||
|
||||
#adding php-cli for cron
|
||||
|
|
Loading…
Reference in a new issue