From c92fc49a8229d616dabfd9e11097f0104cadf6c5 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 22 Nov 2020 19:01:10 +0100 Subject: [PATCH] Fix --- conf/{user.css => user.css.example} | 0 scripts/install | 5 ++--- 2 files changed, 2 insertions(+), 3 deletions(-) rename conf/{user.css => user.css.example} (100%) diff --git a/conf/user.css b/conf/user.css.example similarity index 100% rename from conf/user.css rename to conf/user.css.example diff --git a/scripts/install b/scripts/install index 3088568..43f58f6 100755 --- a/scripts/install +++ b/scripts/install @@ -137,13 +137,12 @@ cd $final_path && php$phpversion artisan migrate -n --force 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 $final_path/public/dist/user.css +# Setup custom user.css file +cp ../conf/user.css.example $final_path/public/dist/user.css #================================================= # STORE THE CONFIG FILE CHECKSUM #================================================= -ynh_script_progression --message="Storing the config file checksum..." # Calculate and store the config file checksum into the app settings ynh_store_file_checksum "$final_path/.env"