From 706e2f3260e99991a201ac9720a434a1ad441ef7 Mon Sep 17 00:00:00 2001 From: SquishyLeaf <131809715+SquishyLeaf@users.noreply.github.com> Date: Thu, 23 May 2024 12:34:48 +0200 Subject: [PATCH] Fix config path --- dev/upgrade-guide/en/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/upgrade-guide/en/index.md b/dev/upgrade-guide/en/index.md index 075097957013..16bc3ae78b26 100644 --- a/dev/upgrade-guide/en/index.md +++ b/dev/upgrade-guide/en/index.md @@ -237,7 +237,7 @@ $ cp "$OJS_BACKUP_PATH/html/config.inc.php" "$OJS_WEB_PATH" Run the following command to compare your configuration file with the template of the new release. Add or remove any configuration options as necessary. ```bash -$ diff "$OJS_BACKUP_PATH/config.inc.php" "$OJS_WEB_PATH/config.TEMPLATE.inc.php" +$ diff "$OJS_WEB_PATH/config.inc.php" "$OJS_WEB_PATH/config.TEMPLATE.inc.php" ``` Restore the `.htaccess` file if it exists.