mirror of
https://github.com/YunoHost-Apps/nodebb_ynh.git
synced 2024-09-03 19:46:29 +02:00
Update install
This commit is contained in:
parent
269d5cf23b
commit
2543c8fa50
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ sudo sed -i "s@__PORT__@$port@g" $final_path/config.json
|
|||
sudo sed -i "s@__SECRET__@$secret@g" $final_path/config.json
|
||||
sudo sed -i "s@dbuser@$dbuser@g" $final_path/config.json
|
||||
sudo sed -i "s@dbname@$dbname@g" $final_path/config.json
|
||||
sudo sed -i "s@dbuser@$dbpass@g" $final_path/config.json
|
||||
sudo sed -i "s@dbpass@$dbpass@g" $final_path/config.json
|
||||
|
||||
#=================================================
|
||||
# CONFIGURE NODEBB
|
||||
|
|
Loading…
Add table
Reference in a new issue