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