From 3ddd6d45673446655d78f98df4804b424b7a28fb Mon Sep 17 00:00:00 2001 From: magikcypress Date: Sat, 2 May 2015 18:41:12 +0200 Subject: [PATCH] =?UTF-8?q?Ne=20pas=20ins=C3=A9rer=20le=20mot=20de=20passe?= =?UTF-8?q?=20dans=20un=20fichier,=20on=20peut=20le=20retrouver=20dans=20l?= =?UTF-8?q?e=20settings=20de=20yunohost?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 +-- scripts/install | 3 --- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 5293e58..fd2608b 100644 --- a/README.md +++ b/README.md @@ -5,5 +5,4 @@ ### Configuration 1. Start url https://domaine.tld/spip/ecrire -2. Check SQL password /var/www/spip/tmp/connect.txt -3. Delete SQL password file \ No newline at end of file +2. Check SQL password /etc/yunohost/apps/spip/settings.yml \ No newline at end of file diff --git a/scripts/install b/scripts/install index c7aa1a8..3274396 100644 --- a/scripts/install +++ b/scripts/install @@ -48,9 +48,6 @@ sudo cp ../conf/php-fpm.conf $finalphpconf sudo chown root: $finalphpconf sudo chmod 644 $finalphpconf -# Check sql pwd -echo $db_pwd > /var/www/spip/tmp/connect.txt - # Reload Nginx and regenerate SSOwat conf sudo service php5-fpm restart sudo service nginx reload