diff options
| author | Julien Roy <julien@jroy.ca> | 2023-01-21 19:40:56 -0500 | 
|---|---|---|
| committer | Julien Roy <julien@jroy.ca> | 2023-01-21 19:40:56 -0500 | 
| commit | 7362b9d3a6178d7a740580b560cf8370b4907814 (patch) | |
| tree | af6be25a12008a54669c1c3af99bb6e4a119b032 | |
| parent | 23cb9a450ffd4d72c066e76e52b31051237639c8 (diff) | |
| download | MrRoy-Overlay-7362b9d3a6178d7a740580b560cf8370b4907814.tar.gz MrRoy-Overlay-7362b9d3a6178d7a740580b560cf8370b4907814.tar.bz2 MrRoy-Overlay-7362b9d3a6178d7a740580b560cf8370b4907814.zip  | |
net-im/heisenbridge: update post_inst
Signed-off-by: Julien Roy <julien@jroy.ca>
| -rw-r--r-- | net-im/heisenbridge/heisenbridge-1.14.1.ebuild | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/heisenbridge/heisenbridge-1.14.1.ebuild b/net-im/heisenbridge/heisenbridge-1.14.1.ebuild index bb9f595..266f403 100644 --- a/net-im/heisenbridge/heisenbridge-1.14.1.ebuild +++ b/net-im/heisenbridge/heisenbridge-1.14.1.ebuild @@ -44,7 +44,7 @@ src_install() {  pkg_postinst() {  	einfo  	elog "Before you can use ${PN}, you must configure it correctly" -	elog "The configuration file is located at \"/etc/conf.d/${PN}" +	elog "The configuration file is located at /etc/conf.d/${PN}"  	elog "Then, you must generate the registration file using the following command"  	elog "If you are using synapse:"  	elog "/usr/bin/python -m ${PN} -c /var/lib/${PN}/registration.yaml --generate https://example.com"  | 
