Fix shebangs
This commit is contained in:
committed by
John Livingston
parent
561bd50a42
commit
a129a9bc4c
@ -1928,14 +1928,14 @@ msgstr ""
|
||||
#: support/documentation/content/en/documentation/admin/advanced/xmpp_clients.md
|
||||
#, no-wrap
|
||||
msgid ""
|
||||
"#!/bin/sh\n"
|
||||
"#!/usr/bin/env sh\n"
|
||||
"/var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosodyAppImage/squashfs-root/AppRun prosodyctl \\\n"
|
||||
" --root \\\n"
|
||||
" --config /var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosody/prosody.cfg.lua \\\n"
|
||||
" cert import \\\n"
|
||||
" room.your_instance.tld your_instance.tld /etc/letsencrypt/live\n"
|
||||
msgstr ""
|
||||
"#!/bin/sh\n"
|
||||
"#!/usr/bin/env sh\n"
|
||||
"/var/www/peertube/storage/plugins/data/peertube-plugin-livechat/"
|
||||
"prosodyAppImage/squashfs-root/AppRun prosodyctl \\\n"
|
||||
" --root \\\n"
|
||||
|
Reference in New Issue
Block a user