From b0ca530f0c1ba86b90a9c018581347a6a09101c3 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 22 Nov 2020 17:47:40 +0100 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 3df1656..abf3947 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 -f ../conf/user.css.example $final_path/public/dist/user.css +cp -f ../conf/user.css $final_path/public/dist/user.css #================================================= # STORE THE CONFIG FILE CHECKSUM