This commit is contained in:
hiroshisuga 2023-03-31 22:06:23 +09:00 committed by GitHub
parent 07a5c5901e
commit 383030aa57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -552,7 +552,7 @@ sudo service bbb-web start
If you need to revert back your original production `bbb-web` just run the following command. (Don't forget to stop bbb-web service before doing it)
```bash
sudo mv /usr/share/bbb-web /usr/share/bbb-web-dev && /usr/share/bbb-web-old /usr/share/bbb-web
sudo mv /usr/share/bbb-web /usr/share/bbb-web-dev && mv /usr/share/bbb-web-old /usr/share/bbb-web
```
Your compiled code will be under the `/usr/share/bbb-web-dev` directory and you can safely run the original production ``bbb-web`.