1
0
Fork 0
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:
frju365 2017-04-19 23:04:18 +02:00 committed by GitHub
parent 4e965c23a0
commit 623e4c1f18

View file

@ -150,7 +150,6 @@ ynh_use_logrotate
#=================================================
sudo mv ../conf/config.json $final_path/config.json
sudo sed -i "s@__URL__@$path_url@g" $final_path/config.json
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