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