Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

Commit b37556f

Browse files
committed
Fix Root partition too small in 2019-02-14-troubleshooting.md
1 parent afe23bf commit b37556f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/2019-02-14-troubleshooting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -419,8 +419,8 @@ In the following example, the external partition is mounted on `/mnt`.
419419
```bash
420420
$ sudo bbb-conf --stop
421421

422-
$ sudo mv /opt/freeswitch/recordings /mnt
423-
$ sudo ln -s /mnt/recordings /opt/freeswitch/recordings
422+
$ sudo mv /var/freeswitch/meetings /mnt
423+
$ sudo ln -s /mnt/recordings /var/freeswitch/meetings
424424

425425
$ sudo mv /usr/share/red5/webapps/video/streams /mnt
426426
$ sudo ln -s /mnt/streams /usr/share/red5/webapps/video/streams

0 commit comments

Comments
 (0)