From 8f16653c43c0aa331b7546983a942e6640805b97 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 21 Nov 2020 21:02:02 +0100 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index bb00013..9989dc8 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 ../conf/user.css.example $final_path/public/dist/user.css #================================================= # STORE THE CONFIG FILE CHECKSUM