From 79904647b25e904b942704ca27933cb621c3a648 Mon Sep 17 00:00:00 2001 From: liberodark Date: Wed, 21 Nov 2018 21:58:52 +0100 Subject: [PATCH] fix --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 25bd8c5..cc21040 100644 --- a/scripts/install +++ b/scripts/install @@ -123,7 +123,7 @@ ynh_setup_source "$final_path" ynh_replace_string "__DB_USER__" "$db_user" "../conf/config.json.exemple" ynh_replace_string "__DB_NAME__" "$db_name" "../conf/config.json.exemple" ynh_replace_string "__DB_PASS__" "$db_pass" "../conf/config.json.exemple" -cp ../conf/config.json.exemple $final_path/config.json +cp ../conf/config.json.example $final_path/config.json cp -a ../conf/codimd.service /etc/systemd/system/codimd.service # DB Config File