From a6ab0665c22c2e0ec7c2fae4d959b1f4f1eafbf3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=86=E3=82=AF=E3=83=8B=E3=82=AB=E3=83=AB=E8=AB=8F?= =?UTF-8?q?=E8=A8=AA=E5=AD=90?= Date: Wed, 22 Mar 2023 12:04:13 +0900 Subject: [PATCH] =?UTF-8?q?=E3=81=94=E3=82=81=E3=82=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- config.example.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e15059e..8aa25af 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ $domain="example.com" cd /var/www/htdocs git clone https://gitler.moe/TechnicalSuwako/spliti.git && cd spliti mv config.example.php config.php -find . -type f -name "/etc/nginx/sites-enabled/spliti.conf" -exec sed -i 's/spliti.076.moe/$domain/g' +find . -type f -name "config.php" -exec sed -i 's/mixi.owacon.moe/$domain/g' ``` ### Linux diff --git a/config.example.php b/config.example.php index f048352..dc643b1 100644 --- a/config.example.php +++ b/config.example.php @@ -1,3 +1,3 @@