mirror of
https://github.com/YunoHost-Apps/emailpoubelle_ynh.git
synced 2024-09-03 18:26:29 +02:00
Correction Nom de domaine dans index.php
This commit is contained in:
parent
a4f8fd435e
commit
ac1dfc4671
1 changed files with 1 additions and 0 deletions
|
@ -70,6 +70,7 @@ locale-gen
|
|||
sudo mkdir -p $final_path
|
||||
sudo cp -R ../src/* $final_path
|
||||
sudo cp ../conf/index_source.php $final_path/www/index.php
|
||||
ynh_replace_string "Template-exemple" "$domain" $final_path/www/index.php
|
||||
|
||||
#Temporaire - mettre en config
|
||||
ln -s $final_path/lang/fr $final_path/lang/fr_FR
|
||||
|
|
Loading…
Reference in a new issue