feat(api): remove set passwords command

This commit is contained in:
jo 2022-08-08 17:17:15 +02:00 committed by Kyle Robbertze
parent 5624fd5cd0
commit 2a74649882
6 changed files with 0 additions and 89 deletions

View file

@ -199,12 +199,6 @@ Next, run the following commands to setup the database:
sudo -u libretime libretime-api migrate
```
Synchronize the new Icecast passwords into the database:
```bash
sudo libretime-api set_icecast_passwords --from-icecast-config
```
Finally, start the services, and check that they are running properly using the following commands:
```bash