From 251cb19f10e484eb737cd7b47d25c37d8cb1853f Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 22 Nov 2020 17:38:15 +0100 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 848d8f5..3df1656 100755 --- a/scripts/install +++ b/scripts/install @@ -137,7 +137,7 @@ cd $final_path && php$phpversion artisan config:clear -n cd $final_path && php$phpversion artisan config:cache -n # Setup custum user.css file -#cp ../conf/user.css.example $final_path/public/dist/user.css +cp -f ../conf/user.css.example $final_path/public/dist/user.css #================================================= # STORE THE CONFIG FILE CHECKSUM