Skip to content

Commit

Permalink
Merge pull request #1203 from SquishyLeaf/patch-1
Browse files Browse the repository at this point in the history
Fix config path
  • Loading branch information
emmauhl authored Jun 7, 2024
2 parents b905f69 + 706e2f3 commit 7edce7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/upgrade-guide/en/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7edce7e

Please sign in to comment.