mirror of
https://github.com/YunoHost-Apps/codimd_ynh.git
synced 2024-09-03 18:16:32 +02:00
Update install
This commit is contained in:
parent
e2b63f5cc6
commit
1006fd5bef
1 changed files with 1 additions and 0 deletions
|
@ -125,6 +125,7 @@ ynh_replace_string "__DB_USER__" "$db_user" "../conf/config.json.example"
|
|||
ynh_replace_string "__DB_NAME__" "$db_name" "../conf/config.json.example"
|
||||
ynh_replace_string "__DB_PASS__" "$db_pass" "../conf/config.json.example"
|
||||
cp ../conf/config.json.example $final_path/config.json
|
||||
cp ../conf/systemd.service /etc/systemd/system/$app.service
|
||||
|
||||
# DB Config File
|
||||
ynh_replace_string "__DB_USER__" "$db_user" "../conf/.sequelizerc.example"
|
||||
|
|
Loading…
Add table
Reference in a new issue