From df77897e526c1a1dc0c73565137d431444b80562 Mon Sep 17 00:00:00 2001 From: Cyrille L Date: Mon, 7 Mar 2022 16:31:14 +0100 Subject: [PATCH] Fix gsl_tools --- var/lib/gsl/README.md | 4 ---- var/lib/gsl/scripts/gsl__tools | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/var/lib/gsl/README.md b/var/lib/gsl/README.md index 411fb73..cc50c45 100644 --- a/var/lib/gsl/README.md +++ b/var/lib/gsl/README.md @@ -1,5 +1,4 @@ # GSL: Statique Littérateur - ------------------------------------------------------------------------ GSL is a multiple blogs/websites generator based on their domain, @@ -16,7 +15,6 @@ can easily get, in your webserver. # GSL: Installation - ------------------------------------------------------------------------ In your System / ``` @@ -109,7 +107,6 @@ You can select a specific post, with autocompletion to check and make only that specified one. # Create a Templates - ------------------------------------------------------------------------ You will have to create some CSS (styles.css) in your /DOMAIN/templates/ @@ -117,7 +114,6 @@ You will have to create some CSS (styles.css) in your /DOMAIN/templates/ - GLOBAL: /var/lib/gsl/domains/DOMAIN/templates/ # How to Write a Post - ------------------------------------------------------------------------ Post has 2 sections : Before and After #1. #1 is the FIRST Title of your diff --git a/var/lib/gsl/scripts/gsl__tools b/var/lib/gsl/scripts/gsl__tools index ad7cf28..9027ffe 100644 --- a/var/lib/gsl/scripts/gsl__tools +++ b/var/lib/gsl/scripts/gsl__tools @@ -45,7 +45,7 @@ done for gsl_file in "$gsl_file_logs" \ "$gsl_file_db_domains" do - gsl__check_file "$gsl_file" && touch "$gsl_file" + gsl__if_file "$gsl_file" && touch "$gsl_file" done }