From 9914faba7daa34d163844da07f4daede590ddbe1 Mon Sep 17 00:00:00 2001 From: frju365 Date: Wed, 21 Nov 2018 22:15:04 +0100 Subject: [PATCH] Update install --- scripts/install | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/install b/scripts/install index 83a82c7..6581427 100644 --- a/scripts/install +++ b/scripts/install @@ -124,7 +124,6 @@ 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 -a ../conf/codimd.service /etc/systemd/system/codimd.service # DB Config File ynh_replace_string "__DB_USER__" "$db_user" "../conf/.sequelizerc.example"