From d0a7387fd08a5e1e5cef96d10f6feb3b939db53e Mon Sep 17 00:00:00 2001 From: "Christian P. MOMON" Date: Mon, 1 Nov 2021 10:25:23 +0100 Subject: [PATCH] Fixed bad words. --- services/paste.libre-service.eu.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/paste.libre-service.eu.md b/services/paste.libre-service.eu.md index 1aa9faa..ee0a7fe 100644 --- a/services/paste.libre-service.eu.md +++ b/services/paste.libre-service.eu.md @@ -22,7 +22,7 @@ git clone https://github.com/PrivateBin/PrivateBin paste.libre-service.eu Créer une branche maison à partir de la dernière branche officielle : ``` -cd /var/www/qrcode.libre-service.eu/ +cd /var/www/paste.libre-service.eu/ git checkout -b libre-service.eu-1.3.5 1.3.5 ``` @@ -53,7 +53,7 @@ Suivre les conventions d'architecture. Modifier le fichier `/var/www/paste.libre-service.eu/cfg/conf.php` : ``` -; name = "PrivateBin" -+name = "QRCode.libre-service.eu" ++name = "Paste.libre-service.eu" ``` ## Lien vers les sources