Skip to content

Commit

Permalink
Update index.md (#1265)
Browse files Browse the repository at this point in the history
Fix public path
  • Loading branch information
liviacarolgouvea authored Dec 17, 2024
1 parent 38774d9 commit 001ed74
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 001ed74

Please sign in to comment.