From c9d4c3b084c058e089669c1b3f8622b725a63b56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 7 Feb 2023 10:13:09 +0100 Subject: [PATCH] cleaning --- doc/ADMIN.md | 2 +- doc/ADMIN_fr.md | 2 +- doc/notifications/POST_INSTALL.md | 6 +++--- scripts/install | 1 - scripts/upgrade | 1 - 5 files changed, 5 insertions(+), 7 deletions(-) diff --git a/doc/ADMIN.md b/doc/ADMIN.md index 0fd9c1e..c9b5225 100644 --- a/doc/ADMIN.md +++ b/doc/ADMIN.md @@ -1,3 +1,3 @@ This is a dummy admin doc for this app -The app install dir is __INSTALL_DIR__ +The app install dir is `__INSTALL_DIR__` diff --git a/doc/ADMIN_fr.md b/doc/ADMIN_fr.md index fc1701f..a138028 100644 --- a/doc/ADMIN_fr.md +++ b/doc/ADMIN_fr.md @@ -1,3 +1,3 @@ Ceci est une fausse doc d'admin pour cette app -Le dossier d'install de l'app est __INSTALL_DIR__ +Le dossier d'install de l'app est `__INSTALL_DIR__` diff --git a/doc/notifications/POST_INSTALL.md b/doc/notifications/POST_INSTALL.md index ba7212e..f367b62 100644 --- a/doc/notifications/POST_INSTALL.md +++ b/doc/notifications/POST_INSTALL.md @@ -1,7 +1,7 @@ This is a dummy disclaimer to display after the install -The app url is __DOMAIN____PATH__ +The app url is `__DOMAIN____PATH__` -The app install dir is __INSTALL_DIR__ +The app install dir is `__INSTALL_DIR__` -The app id is __ID__ +The app id is `__ID__` diff --git a/scripts/install b/scripts/install index 506f874..4ffc34e 100755 --- a/scripts/install +++ b/scripts/install @@ -49,7 +49,6 @@ ynh_setup_source --dest_dir="$install_dir" # ownership to all files such as after the ynh_setup_source step chown -R $app:www-data "$install_dir" - #================================================= # SYSTEM CONFIGURATION #================================================= diff --git a/scripts/upgrade b/scripts/upgrade index 754d0c1..f7d372f 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -81,7 +81,6 @@ fi # ownership to all files such as after the ynh_setup_source step chown -R $app:www-data "$install_dir" - #================================================= # REAPPLY SYSTEM CONFIGURATIONS #=================================================