mirror of
https://github.com/YunoHost-Apps/kanboard_ynh.git
synced 2024-09-03 19:36:17 +02:00
Fix typo
This commit is contained in:
parent
2abcc3b3e7
commit
0cd13acd03
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ sudo cp -a ../sources/* $final_path
|
|||
# Copy and edit config.php
|
||||
sudo cp ../conf/config.php $final_path
|
||||
sudo sed -i "s/yuno_dbpdw/$db_pwd/g" $final_path/config.php
|
||||
sudo sed -i "s/yuno_dbuser/$db_user/g" $final_path/config.php
|
||||
sudo sed -i "s/yuno_dbuser/$app/g" $final_path/config.php
|
||||
sudo sed -i "s/yuno_admin/$admin/g" $final_path/config.php
|
||||
sudo sed -i "s/yuno_email/$email/g" $final_path/config.php
|
||||
sudo sed -i "s/yuno_url/$domain$path/g" $final_path/config.php
|
||||
|
|
Loading…
Reference in a new issue