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

Commit 0c71bd9

Browse files
committed
Added missing text
1 parent b865537 commit 0c71bd9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

_posts/2019-02-14-troubleshooting.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -476,6 +476,10 @@ E: Sub-process /usr/bin/dpkg returned an error code (1)
476476
477477
In the above example, the `/var/lib/dpkg/info/bbb-client.postinst` failed to finish. To debug, edit this file and change the first line to read
478478
479+
```
480+
#!/bin/bash -ex
481+
```
482+
479483
and run
480484
481485
```bash
@@ -484,6 +488,7 @@ $ sudo apt-get install -f
484488
485489
You should now see each command in `bbb-conf.postinst` as it executes upto the line in which the error occurs. Post this output to `https://groups.google.com/forum/#!forum/bigbluebutton-setup` for help in resolving the issue.
486490

491+
487492
### Errors with packages
488493

489494
Some hosting providers do not provide a complete `/etc/apt/source.list`. If you are finding your are unable to install a package, try replacing your `/etc/apt/sources.list` with the following

0 commit comments

Comments
 (0)