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