Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
Fix public path
  • Loading branch information
liviacarolgouvea authored Dec 4, 2024
1 parent 59fbc18 commit 88c21e5
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 @@ -177,7 +177,7 @@ $ tar cvzf "$OJS_BACKUP_PATH/private-$DATE.tgz" "$OJS_PRIVATE_PATH"
Backup the public files directory.

```bash
$ tar cvzf "$OJS_BACKUP_PATH/ojsfiles-$DATE.tgz" "$OJS_WEB_PATH"
$ tar cvzf "$OJS_BACKUP_PATH/ojsfiles-$DATE.tgz" "$OJS_PUBLIC_PATH"
```

Backup any other customizations you have made to the software, such as custom plugins or locale files.
Expand Down

0 comments on commit 88c21e5

Please sign in to comment.