From 54af1233bd874634fadb00834921544ff7949d4e Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 22 Nov 2020 18:33:03 +0100 Subject: [PATCH] Update install --- scripts/install | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/install b/scripts/install index 73db5ce..1fa3e7e 100755 --- a/scripts/install +++ b/scripts/install @@ -126,9 +126,6 @@ ynh_script_progression --message="Building..." # Setup application config cp ../conf/.env.example $final_path/.env -# Setup custum user.css file -cp ../conf/user.css $final_path/public/dist/user.css - ynh_replace_string --match_string="__DB_NAME__" --replace_string="$db_name" --target_file="$final_path/.env" ynh_replace_string --match_string="__DB_PASS__" --replace_string="$db_pwd" --target_file="$final_path/.env" ynh_replace_string --match_string="__FINALPATH__" --replace_string="$final_path" --target_file="$final_path/.env"