mirror of
https://github.com/SaraSmiseth/prosody.git
synced 2025-05-04 21:20:38 +00:00
Update prosody and luarocks (#48)
* Update prosody to version 0.12.3. * Update luarocks to version 3.9.2
This commit is contained in:
parent
ab2afd4249
commit
f7fcfd5d88
2 changed files with 5 additions and 4 deletions
|
@ -18,6 +18,7 @@ generateCert() {
|
|||
registerTestUser() {
|
||||
local userName="$1"
|
||||
local containerName="$2"
|
||||
echo "Registering TestUser '$userName' in container '$containerName'"
|
||||
sudo docker compose exec "$containerName" /bin/bash -c "/entrypoint.bash register $userName localhost 12345678"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue