Fix shebangs (for NixOS compatibility).
This commit is contained in:
commit
df9b9359f7
@ -5,6 +5,7 @@
|
|||||||
### Minor changes and fixes
|
### Minor changes and fixes
|
||||||
|
|
||||||
* Fix #660: don't send headers twice on emoji router errors.
|
* Fix #660: don't send headers twice on emoji router errors.
|
||||||
|
* Fix shebangs (for NixOS compatibility).
|
||||||
|
|
||||||
## 12.0.3
|
## 12.0.3
|
||||||
|
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
#!/bin/env node
|
#!/usr/bin/env node
|
||||||
|
|
||||||
// SPDX-FileCopyrightText: 2024 John Livingston <https://www.john-livingston.fr/>
|
// SPDX-FileCopyrightText: 2024 John Livingston <https://www.john-livingston.fr/>
|
||||||
|
// SPDX-FileCopyrightText: 2025 Mehdi Benadel <https://mehdibenadel.com>
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: AGPL-3.0-only
|
// SPDX-License-Identifier: AGPL-3.0-only
|
||||||
|
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# SPDX-FileCopyrightText: 2024 John Livingston <https://www.john-livingston.fr/>
|
# SPDX-FileCopyrightText: 2024 John Livingston <https://www.john-livingston.fr/>
|
||||||
|
# SPDX-FileCopyrightText: 2025 Mehdi Benadel <https://mehdibenadel.com>
|
||||||
#
|
#
|
||||||
# SPDX-License-Identifier: AGPL-3.0-only
|
# SPDX-License-Identifier: AGPL-3.0-only
|
||||||
|
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
#!/bin/env node
|
#!/usr/bin/env node
|
||||||
|
|
||||||
// SPDX-FileCopyrightText: 2024 John Livingston <https://www.john-livingston.fr/>
|
// SPDX-FileCopyrightText: 2024 John Livingston <https://www.john-livingston.fr/>
|
||||||
|
// SPDX-FileCopyrightText: 2025 Mehdi Benadel <https://mehdibenadel.com>
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: AGPL-3.0-only
|
// SPDX-License-Identifier: AGPL-3.0-only
|
||||||
|
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# SPDX-FileCopyrightText: 2024 John Livingston <https://www.john-livingston.fr/>
|
# SPDX-FileCopyrightText: 2024 John Livingston <https://www.john-livingston.fr/>
|
||||||
|
# SPDX-FileCopyrightText: 2025 Mehdi Benadel <https://mehdibenadel.com>
|
||||||
#
|
#
|
||||||
# SPDX-License-Identifier: AGPL-3.0-only
|
# SPDX-License-Identifier: AGPL-3.0-only
|
||||||
|
|
||||||
@ -91,7 +92,7 @@ mv "$converse_build_dir/custom/index.js" "$converse_build_dir/src/"
|
|||||||
cp "$src_dir/loc.keys.js" "$converse_build_dir/"
|
cp "$src_dir/loc.keys.js" "$converse_build_dir/"
|
||||||
|
|
||||||
echo "Patching i18n files to add custom labels..."
|
echo "Patching i18n files to add custom labels..."
|
||||||
/bin/env node conversejs/build-conversejs-patch-i18n.js
|
/usr/bin/env node conversejs/build-conversejs-patch-i18n.js
|
||||||
|
|
||||||
if [[ ! -d "$converse_build_dir/node_modules" ]]; then
|
if [[ ! -d "$converse_build_dir/node_modules" ]]; then
|
||||||
echo "Missing node_modules directory, seems we have to call the makefile..."
|
echo "Missing node_modules directory, seems we have to call the makefile..."
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# SPDX-FileCopyrightText: 2024 John Livingston <https://www.john-livingston.fr/>
|
# SPDX-FileCopyrightText: 2024 John Livingston <https://www.john-livingston.fr/>
|
||||||
|
# SPDX-FileCopyrightText: 2025 Mehdi Benadel <https://mehdibenadel.com>
|
||||||
#
|
#
|
||||||
# SPDX-License-Identifier: AGPL-3.0-only
|
# SPDX-License-Identifier: AGPL-3.0-only
|
||||||
|
|
||||||
|
@ -170,7 +170,7 @@ Note: for it to be available, the plugin must have been started at least once.
|
|||||||
We will create a file `/etc/letsencrypt/renewal-hooks/deploy/prosody.sh` containing:
|
We will create a file `/etc/letsencrypt/renewal-hooks/deploy/prosody.sh` containing:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
#!/bin/sh
|
#!/usr/bin/env sh
|
||||||
/var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosodyAppImage/squashfs-root/AppRun prosodyctl \
|
/var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosodyAppImage/squashfs-root/AppRun prosodyctl \
|
||||||
--root \
|
--root \
|
||||||
--config /var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosody/prosody.cfg.lua \
|
--config /var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosody/prosody.cfg.lua \
|
||||||
|
@ -1452,7 +1452,7 @@ msgstr ""
|
|||||||
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
|
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid ""
|
msgid ""
|
||||||
"#!/bin/sh\n"
|
"#!/usr/bin/env sh\n"
|
||||||
"/var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosodyAppImage/squashfs-root/AppRun prosodyctl \\\n"
|
"/var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosodyAppImage/squashfs-root/AppRun prosodyctl \\\n"
|
||||||
" --root \\\n"
|
" --root \\\n"
|
||||||
" --config /var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosody/prosody.cfg.lua \\\n"
|
" --config /var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosody/prosody.cfg.lua \\\n"
|
||||||
|
@ -1968,14 +1968,14 @@ msgstr ""
|
|||||||
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
|
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid ""
|
msgid ""
|
||||||
"#!/bin/sh\n"
|
"#!/usr/bin/env sh\n"
|
||||||
"/var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosodyAppImage/squashfs-root/AppRun prosodyctl \\\n"
|
"/var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosodyAppImage/squashfs-root/AppRun prosodyctl \\\n"
|
||||||
" --root \\\n"
|
" --root \\\n"
|
||||||
" --config /var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosody/prosody.cfg.lua \\\n"
|
" --config /var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosody/prosody.cfg.lua \\\n"
|
||||||
" cert import \\\n"
|
" cert import \\\n"
|
||||||
" room.your_instance.tld your_instance.tld /etc/letsencrypt/live\n"
|
" room.your_instance.tld your_instance.tld /etc/letsencrypt/live\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"#!/bin/sh\n"
|
"#!/usr/bin/env sh\n"
|
||||||
"/var/www/peertube/storage/plugins/data/peertube-plugin-livechat/"
|
"/var/www/peertube/storage/plugins/data/peertube-plugin-livechat/"
|
||||||
"prosodyAppImage/squashfs-root/AppRun prosodyctl \\\n"
|
"prosodyAppImage/squashfs-root/AppRun prosodyctl \\\n"
|
||||||
" --root \\\n"
|
" --root \\\n"
|
||||||
|
@ -1928,14 +1928,14 @@ msgstr ""
|
|||||||
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
|
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid ""
|
msgid ""
|
||||||
"#!/bin/sh\n"
|
"#!/usr/bin/env sh\n"
|
||||||
"/var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosodyAppImage/squashfs-root/AppRun prosodyctl \\\n"
|
"/var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosodyAppImage/squashfs-root/AppRun prosodyctl \\\n"
|
||||||
" --root \\\n"
|
" --root \\\n"
|
||||||
" --config /var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosody/prosody.cfg.lua \\\n"
|
" --config /var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosody/prosody.cfg.lua \\\n"
|
||||||
" cert import \\\n"
|
" cert import \\\n"
|
||||||
" room.your_instance.tld your_instance.tld /etc/letsencrypt/live\n"
|
" room.your_instance.tld your_instance.tld /etc/letsencrypt/live\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"#!/bin/sh\n"
|
"#!/usr/bin/env sh\n"
|
||||||
"/var/www/peertube/storage/plugins/data/peertube-plugin-livechat/"
|
"/var/www/peertube/storage/plugins/data/peertube-plugin-livechat/"
|
||||||
"prosodyAppImage/squashfs-root/AppRun prosodyctl \\\n"
|
"prosodyAppImage/squashfs-root/AppRun prosodyctl \\\n"
|
||||||
" --root \\\n"
|
" --root \\\n"
|
||||||
|
@ -2415,14 +2415,14 @@ msgstr ""
|
|||||||
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
|
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid ""
|
msgid ""
|
||||||
"#!/bin/sh\n"
|
"#!/usr/bin/env sh\n"
|
||||||
"/var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosodyAppImage/squashfs-root/AppRun prosodyctl \\\n"
|
"/var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosodyAppImage/squashfs-root/AppRun prosodyctl \\\n"
|
||||||
" --root \\\n"
|
" --root \\\n"
|
||||||
" --config /var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosody/prosody.cfg.lua \\\n"
|
" --config /var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosody/prosody.cfg.lua \\\n"
|
||||||
" cert import \\\n"
|
" cert import \\\n"
|
||||||
" room.your_instance.tld your_instance.tld /etc/letsencrypt/live\n"
|
" room.your_instance.tld your_instance.tld /etc/letsencrypt/live\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"#!/bin/sh\n"
|
"#!/usr/bin/env sh\n"
|
||||||
"/var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosodyAppImage/squashfs-root/AppRun prosodyctl \\\n"
|
"/var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosodyAppImage/squashfs-root/AppRun prosodyctl \\\n"
|
||||||
" --root \\\n"
|
" --root \\\n"
|
||||||
" --config /var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosody/prosody.cfg.lua \\\n"
|
" --config /var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosody/prosody.cfg.lua \\\n"
|
||||||
|
@ -1449,7 +1449,7 @@ msgstr ""
|
|||||||
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
|
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid ""
|
msgid ""
|
||||||
"#!/bin/sh\n"
|
"#!/usr/bin/env sh\n"
|
||||||
"/var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosodyAppImage/squashfs-root/AppRun prosodyctl \\\n"
|
"/var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosodyAppImage/squashfs-root/AppRun prosodyctl \\\n"
|
||||||
" --root \\\n"
|
" --root \\\n"
|
||||||
" --config /var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosody/prosody.cfg.lua \\\n"
|
" --config /var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosody/prosody.cfg.lua \\\n"
|
||||||
|
@ -1636,7 +1636,7 @@ msgstr ""
|
|||||||
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
|
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid ""
|
msgid ""
|
||||||
"#!/bin/sh\n"
|
"#!/usr/bin/env sh\n"
|
||||||
"/var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosodyAppImage/squashfs-root/AppRun prosodyctl \\\n"
|
"/var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosodyAppImage/squashfs-root/AppRun prosodyctl \\\n"
|
||||||
" --root \\\n"
|
" --root \\\n"
|
||||||
" --config /var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosody/prosody.cfg.lua \\\n"
|
" --config /var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosody/prosody.cfg.lua \\\n"
|
||||||
|
@ -1449,7 +1449,7 @@ msgstr ""
|
|||||||
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
|
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid ""
|
msgid ""
|
||||||
"#!/bin/sh\n"
|
"#!/usr/bin/env sh\n"
|
||||||
"/var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosodyAppImage/squashfs-root/AppRun prosodyctl \\\n"
|
"/var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosodyAppImage/squashfs-root/AppRun prosodyctl \\\n"
|
||||||
" --root \\\n"
|
" --root \\\n"
|
||||||
" --config /var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosody/prosody.cfg.lua \\\n"
|
" --config /var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosody/prosody.cfg.lua \\\n"
|
||||||
|
@ -1481,7 +1481,7 @@ msgstr ""
|
|||||||
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
|
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid ""
|
msgid ""
|
||||||
"#!/bin/sh\n"
|
"#!/usr/bin/env sh\n"
|
||||||
"/var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosodyAppImage/squashfs-root/AppRun prosodyctl \\\n"
|
"/var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosodyAppImage/squashfs-root/AppRun prosodyctl \\\n"
|
||||||
" --root \\\n"
|
" --root \\\n"
|
||||||
" --config /var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosody/prosody.cfg.lua \\\n"
|
" --config /var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosody/prosody.cfg.lua \\\n"
|
||||||
|
@ -1449,7 +1449,7 @@ msgstr ""
|
|||||||
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
|
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid ""
|
msgid ""
|
||||||
"#!/bin/sh\n"
|
"#!/usr/bin/env sh\n"
|
||||||
"/var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosodyAppImage/squashfs-root/AppRun prosodyctl \\\n"
|
"/var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosodyAppImage/squashfs-root/AppRun prosodyctl \\\n"
|
||||||
" --root \\\n"
|
" --root \\\n"
|
||||||
" --config /var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosody/prosody.cfg.lua \\\n"
|
" --config /var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosody/prosody.cfg.lua \\\n"
|
||||||
|
@ -1449,7 +1449,7 @@ msgstr ""
|
|||||||
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
|
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid ""
|
msgid ""
|
||||||
"#!/bin/sh\n"
|
"#!/usr/bin/env sh\n"
|
||||||
"/var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosodyAppImage/squashfs-root/AppRun prosodyctl \\\n"
|
"/var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosodyAppImage/squashfs-root/AppRun prosodyctl \\\n"
|
||||||
" --root \\\n"
|
" --root \\\n"
|
||||||
" --config /var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosody/prosody.cfg.lua \\\n"
|
" --config /var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosody/prosody.cfg.lua \\\n"
|
||||||
|
@ -1449,7 +1449,7 @@ msgstr ""
|
|||||||
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
|
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid ""
|
msgid ""
|
||||||
"#!/bin/sh\n"
|
"#!/usr/bin/env sh\n"
|
||||||
"/var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosodyAppImage/squashfs-root/AppRun prosodyctl \\\n"
|
"/var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosodyAppImage/squashfs-root/AppRun prosodyctl \\\n"
|
||||||
" --root \\\n"
|
" --root \\\n"
|
||||||
" --config /var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosody/prosody.cfg.lua \\\n"
|
" --config /var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosody/prosody.cfg.lua \\\n"
|
||||||
|
@ -1523,14 +1523,14 @@ msgstr "On va créer un fichier `/etc/letsencrypt/renewal-hooks/deploy/prosody.s
|
|||||||
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
|
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid ""
|
msgid ""
|
||||||
"#!/bin/sh\n"
|
"#!/usr/bin/env sh\n"
|
||||||
"/var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosodyAppImage/squashfs-root/AppRun prosodyctl \\\n"
|
"/var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosodyAppImage/squashfs-root/AppRun prosodyctl \\\n"
|
||||||
" --root \\\n"
|
" --root \\\n"
|
||||||
" --config /var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosody/prosody.cfg.lua \\\n"
|
" --config /var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosody/prosody.cfg.lua \\\n"
|
||||||
" cert import \\\n"
|
" cert import \\\n"
|
||||||
" room.your_instance.tld your_instance.tld /etc/letsencrypt/live\n"
|
" room.your_instance.tld your_instance.tld /etc/letsencrypt/live\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"#!/bin/sh\n"
|
"#!/usr/bin/env sh\n"
|
||||||
"/var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosodyAppImage/squashfs-root/AppRun prosodyctl \\\n"
|
"/var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosodyAppImage/squashfs-root/AppRun prosodyctl \\\n"
|
||||||
" --root \\\n"
|
" --root \\\n"
|
||||||
" --config /var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosody/prosody.cfg.lua \\\n"
|
" --config /var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosody/prosody.cfg.lua \\\n"
|
||||||
|
@ -1449,7 +1449,7 @@ msgstr ""
|
|||||||
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
|
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid ""
|
msgid ""
|
||||||
"#!/bin/sh\n"
|
"#!/usr/bin/env sh\n"
|
||||||
"/var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosodyAppImage/squashfs-root/AppRun prosodyctl \\\n"
|
"/var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosodyAppImage/squashfs-root/AppRun prosodyctl \\\n"
|
||||||
" --root \\\n"
|
" --root \\\n"
|
||||||
" --config /var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosody/prosody.cfg.lua \\\n"
|
" --config /var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosody/prosody.cfg.lua \\\n"
|
||||||
|
@ -1449,7 +1449,7 @@ msgstr ""
|
|||||||
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
|
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid ""
|
msgid ""
|
||||||
"#!/bin/sh\n"
|
"#!/usr/bin/env sh\n"
|
||||||
"/var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosodyAppImage/squashfs-root/AppRun prosodyctl \\\n"
|
"/var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosodyAppImage/squashfs-root/AppRun prosodyctl \\\n"
|
||||||
" --root \\\n"
|
" --root \\\n"
|
||||||
" --config /var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosody/prosody.cfg.lua \\\n"
|
" --config /var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosody/prosody.cfg.lua \\\n"
|
||||||
|
@ -1451,7 +1451,7 @@ msgstr ""
|
|||||||
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
|
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid ""
|
msgid ""
|
||||||
"#!/bin/sh\n"
|
"#!/usr/bin/env sh\n"
|
||||||
"/var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosodyAppImage/squashfs-root/AppRun prosodyctl \\\n"
|
"/var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosodyAppImage/squashfs-root/AppRun prosodyctl \\\n"
|
||||||
" --root \\\n"
|
" --root \\\n"
|
||||||
" --config /var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosody/prosody.cfg.lua \\\n"
|
" --config /var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosody/prosody.cfg.lua \\\n"
|
||||||
|
@ -1449,7 +1449,7 @@ msgstr ""
|
|||||||
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
|
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid ""
|
msgid ""
|
||||||
"#!/bin/sh\n"
|
"#!/usr/bin/env sh\n"
|
||||||
"/var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosodyAppImage/squashfs-root/AppRun prosodyctl \\\n"
|
"/var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosodyAppImage/squashfs-root/AppRun prosodyctl \\\n"
|
||||||
" --root \\\n"
|
" --root \\\n"
|
||||||
" --config /var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosody/prosody.cfg.lua \\\n"
|
" --config /var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosody/prosody.cfg.lua \\\n"
|
||||||
|
@ -1449,7 +1449,7 @@ msgstr ""
|
|||||||
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
|
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid ""
|
msgid ""
|
||||||
"#!/bin/sh\n"
|
"#!/usr/bin/env sh\n"
|
||||||
"/var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosodyAppImage/squashfs-root/AppRun prosodyctl \\\n"
|
"/var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosodyAppImage/squashfs-root/AppRun prosodyctl \\\n"
|
||||||
" --root \\\n"
|
" --root \\\n"
|
||||||
" --config /var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosody/prosody.cfg.lua \\\n"
|
" --config /var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosody/prosody.cfg.lua \\\n"
|
||||||
|
@ -1449,7 +1449,7 @@ msgstr ""
|
|||||||
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
|
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid ""
|
msgid ""
|
||||||
"#!/bin/sh\n"
|
"#!/usr/bin/env sh\n"
|
||||||
"/var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosodyAppImage/squashfs-root/AppRun prosodyctl \\\n"
|
"/var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosodyAppImage/squashfs-root/AppRun prosodyctl \\\n"
|
||||||
" --root \\\n"
|
" --root \\\n"
|
||||||
" --config /var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosody/prosody.cfg.lua \\\n"
|
" --config /var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosody/prosody.cfg.lua \\\n"
|
||||||
|
@ -1481,7 +1481,7 @@ msgstr ""
|
|||||||
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
|
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid ""
|
msgid ""
|
||||||
"#!/bin/sh\n"
|
"#!/usr/bin/env sh\n"
|
||||||
"/var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosodyAppImage/squashfs-root/AppRun prosodyctl \\\n"
|
"/var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosodyAppImage/squashfs-root/AppRun prosodyctl \\\n"
|
||||||
" --root \\\n"
|
" --root \\\n"
|
||||||
" --config /var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosody/prosody.cfg.lua \\\n"
|
" --config /var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosody/prosody.cfg.lua \\\n"
|
||||||
|
@ -1449,7 +1449,7 @@ msgstr ""
|
|||||||
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
|
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid ""
|
msgid ""
|
||||||
"#!/bin/sh\n"
|
"#!/usr/bin/env sh\n"
|
||||||
"/var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosodyAppImage/squashfs-root/AppRun prosodyctl \\\n"
|
"/var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosodyAppImage/squashfs-root/AppRun prosodyctl \\\n"
|
||||||
" --root \\\n"
|
" --root \\\n"
|
||||||
" --config /var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosody/prosody.cfg.lua \\\n"
|
" --config /var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosody/prosody.cfg.lua \\\n"
|
||||||
|
@ -1449,7 +1449,7 @@ msgstr ""
|
|||||||
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
|
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid ""
|
msgid ""
|
||||||
"#!/bin/sh\n"
|
"#!/usr/bin/env sh\n"
|
||||||
"/var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosodyAppImage/squashfs-root/AppRun prosodyctl \\\n"
|
"/var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosodyAppImage/squashfs-root/AppRun prosodyctl \\\n"
|
||||||
" --root \\\n"
|
" --root \\\n"
|
||||||
" --config /var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosody/prosody.cfg.lua \\\n"
|
" --config /var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosody/prosody.cfg.lua \\\n"
|
||||||
|
@ -1449,7 +1449,7 @@ msgstr ""
|
|||||||
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
|
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid ""
|
msgid ""
|
||||||
"#!/bin/sh\n"
|
"#!/usr/bin/env sh\n"
|
||||||
"/var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosodyAppImage/squashfs-root/AppRun prosodyctl \\\n"
|
"/var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosodyAppImage/squashfs-root/AppRun prosodyctl \\\n"
|
||||||
" --root \\\n"
|
" --root \\\n"
|
||||||
" --config /var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosody/prosody.cfg.lua \\\n"
|
" --config /var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosody/prosody.cfg.lua \\\n"
|
||||||
|
@ -1449,7 +1449,7 @@ msgstr ""
|
|||||||
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
|
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid ""
|
msgid ""
|
||||||
"#!/bin/sh\n"
|
"#!/usr/bin/env sh\n"
|
||||||
"/var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosodyAppImage/squashfs-root/AppRun prosodyctl \\\n"
|
"/var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosodyAppImage/squashfs-root/AppRun prosodyctl \\\n"
|
||||||
" --root \\\n"
|
" --root \\\n"
|
||||||
" --config /var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosody/prosody.cfg.lua \\\n"
|
" --config /var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosody/prosody.cfg.lua \\\n"
|
||||||
|
@ -1449,7 +1449,7 @@ msgstr ""
|
|||||||
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
|
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid ""
|
msgid ""
|
||||||
"#!/bin/sh\n"
|
"#!/usr/bin/env sh\n"
|
||||||
"/var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosodyAppImage/squashfs-root/AppRun prosodyctl \\\n"
|
"/var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosodyAppImage/squashfs-root/AppRun prosodyctl \\\n"
|
||||||
" --root \\\n"
|
" --root \\\n"
|
||||||
" --config /var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosody/prosody.cfg.lua \\\n"
|
" --config /var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosody/prosody.cfg.lua \\\n"
|
||||||
|
@ -1449,7 +1449,7 @@ msgstr ""
|
|||||||
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
|
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid ""
|
msgid ""
|
||||||
"#!/bin/sh\n"
|
"#!/usr/bin/env sh\n"
|
||||||
"/var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosodyAppImage/squashfs-root/AppRun prosodyctl \\\n"
|
"/var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosodyAppImage/squashfs-root/AppRun prosodyctl \\\n"
|
||||||
" --root \\\n"
|
" --root \\\n"
|
||||||
" --config /var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosody/prosody.cfg.lua \\\n"
|
" --config /var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosody/prosody.cfg.lua \\\n"
|
||||||
|
@ -1940,7 +1940,7 @@ msgstr ""
|
|||||||
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
|
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid ""
|
msgid ""
|
||||||
"#!/bin/sh\n"
|
"#!/usr/bin/env sh\n"
|
||||||
"/var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosodyAppImage/squashfs-root/AppRun prosodyctl \\\n"
|
"/var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosodyAppImage/squashfs-root/AppRun prosodyctl \\\n"
|
||||||
" --root \\\n"
|
" --root \\\n"
|
||||||
" --config /var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosody/prosody.cfg.lua \\\n"
|
" --config /var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosody/prosody.cfg.lua \\\n"
|
||||||
|
@ -1449,7 +1449,7 @@ msgstr ""
|
|||||||
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
|
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid ""
|
msgid ""
|
||||||
"#!/bin/sh\n"
|
"#!/usr/bin/env sh\n"
|
||||||
"/var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosodyAppImage/squashfs-root/AppRun prosodyctl \\\n"
|
"/var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosodyAppImage/squashfs-root/AppRun prosodyctl \\\n"
|
||||||
" --root \\\n"
|
" --root \\\n"
|
||||||
" --config /var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosody/prosody.cfg.lua \\\n"
|
" --config /var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosody/prosody.cfg.lua \\\n"
|
||||||
|
@ -1449,7 +1449,7 @@ msgstr ""
|
|||||||
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
|
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid ""
|
msgid ""
|
||||||
"#!/bin/sh\n"
|
"#!/usr/bin/env sh\n"
|
||||||
"/var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosodyAppImage/squashfs-root/AppRun prosodyctl \\\n"
|
"/var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosodyAppImage/squashfs-root/AppRun prosodyctl \\\n"
|
||||||
" --root \\\n"
|
" --root \\\n"
|
||||||
" --config /var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosody/prosody.cfg.lua \\\n"
|
" --config /var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosody/prosody.cfg.lua \\\n"
|
||||||
|
@ -1449,7 +1449,7 @@ msgstr ""
|
|||||||
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
|
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid ""
|
msgid ""
|
||||||
"#!/bin/sh\n"
|
"#!/usr/bin/env sh\n"
|
||||||
"/var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosodyAppImage/squashfs-root/AppRun prosodyctl \\\n"
|
"/var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosodyAppImage/squashfs-root/AppRun prosodyctl \\\n"
|
||||||
" --root \\\n"
|
" --root \\\n"
|
||||||
" --config /var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosody/prosody.cfg.lua \\\n"
|
" --config /var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosody/prosody.cfg.lua \\\n"
|
||||||
|
@ -1449,7 +1449,7 @@ msgstr ""
|
|||||||
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
|
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid ""
|
msgid ""
|
||||||
"#!/bin/sh\n"
|
"#!/usr/bin/env sh\n"
|
||||||
"/var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosodyAppImage/squashfs-root/AppRun prosodyctl \\\n"
|
"/var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosodyAppImage/squashfs-root/AppRun prosodyctl \\\n"
|
||||||
" --root \\\n"
|
" --root \\\n"
|
||||||
" --config /var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosody/prosody.cfg.lua \\\n"
|
" --config /var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosody/prosody.cfg.lua \\\n"
|
||||||
|
@ -1449,7 +1449,7 @@ msgstr ""
|
|||||||
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
|
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid ""
|
msgid ""
|
||||||
"#!/bin/sh\n"
|
"#!/usr/bin/env sh\n"
|
||||||
"/var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosodyAppImage/squashfs-root/AppRun prosodyctl \\\n"
|
"/var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosodyAppImage/squashfs-root/AppRun prosodyctl \\\n"
|
||||||
" --root \\\n"
|
" --root \\\n"
|
||||||
" --config /var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosody/prosody.cfg.lua \\\n"
|
" --config /var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosody/prosody.cfg.lua \\\n"
|
||||||
|
@ -1449,7 +1449,7 @@ msgstr ""
|
|||||||
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
|
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid ""
|
msgid ""
|
||||||
"#!/bin/sh\n"
|
"#!/usr/bin/env sh\n"
|
||||||
"/var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosodyAppImage/squashfs-root/AppRun prosodyctl \\\n"
|
"/var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosodyAppImage/squashfs-root/AppRun prosodyctl \\\n"
|
||||||
" --root \\\n"
|
" --root \\\n"
|
||||||
" --config /var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosody/prosody.cfg.lua \\\n"
|
" --config /var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosody/prosody.cfg.lua \\\n"
|
||||||
|
@ -1430,7 +1430,7 @@ msgstr ""
|
|||||||
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
|
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid ""
|
msgid ""
|
||||||
"#!/bin/sh\n"
|
"#!/usr/bin/env sh\n"
|
||||||
"/var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosodyAppImage/squashfs-root/AppRun prosodyctl \\\n"
|
"/var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosodyAppImage/squashfs-root/AppRun prosodyctl \\\n"
|
||||||
" --root \\\n"
|
" --root \\\n"
|
||||||
" --config /var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosody/prosody.cfg.lua \\\n"
|
" --config /var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosody/prosody.cfg.lua \\\n"
|
||||||
|
@ -1451,7 +1451,7 @@ msgstr ""
|
|||||||
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
|
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid ""
|
msgid ""
|
||||||
"#!/bin/sh\n"
|
"#!/usr/bin/env sh\n"
|
||||||
"/var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosodyAppImage/squashfs-root/AppRun prosodyctl \\\n"
|
"/var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosodyAppImage/squashfs-root/AppRun prosodyctl \\\n"
|
||||||
" --root \\\n"
|
" --root \\\n"
|
||||||
" --config /var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosody/prosody.cfg.lua \\\n"
|
" --config /var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosody/prosody.cfg.lua \\\n"
|
||||||
|
@ -1449,7 +1449,7 @@ msgstr ""
|
|||||||
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
|
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid ""
|
msgid ""
|
||||||
"#!/bin/sh\n"
|
"#!/usr/bin/env sh\n"
|
||||||
"/var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosodyAppImage/squashfs-root/AppRun prosodyctl \\\n"
|
"/var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosodyAppImage/squashfs-root/AppRun prosodyctl \\\n"
|
||||||
" --root \\\n"
|
" --root \\\n"
|
||||||
" --config /var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosody/prosody.cfg.lua \\\n"
|
" --config /var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosody/prosody.cfg.lua \\\n"
|
||||||
|
@ -1449,7 +1449,7 @@ msgstr ""
|
|||||||
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
|
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid ""
|
msgid ""
|
||||||
"#!/bin/sh\n"
|
"#!/usr/bin/env sh\n"
|
||||||
"/var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosodyAppImage/squashfs-root/AppRun prosodyctl \\\n"
|
"/var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosodyAppImage/squashfs-root/AppRun prosodyctl \\\n"
|
||||||
" --root \\\n"
|
" --root \\\n"
|
||||||
" --config /var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosody/prosody.cfg.lua \\\n"
|
" --config /var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosody/prosody.cfg.lua \\\n"
|
||||||
|
@ -1449,7 +1449,7 @@ msgstr ""
|
|||||||
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
|
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid ""
|
msgid ""
|
||||||
"#!/bin/sh\n"
|
"#!/usr/bin/env sh\n"
|
||||||
"/var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosodyAppImage/squashfs-root/AppRun prosodyctl \\\n"
|
"/var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosodyAppImage/squashfs-root/AppRun prosodyctl \\\n"
|
||||||
" --root \\\n"
|
" --root \\\n"
|
||||||
" --config /var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosody/prosody.cfg.lua \\\n"
|
" --config /var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosody/prosody.cfg.lua \\\n"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user