Fix shebangs

This commit is contained in:
Mehdi Benadel
2025-04-28 01:58:37 +02:00
committed by John Livingston
parent 561bd50a42
commit a129a9bc4c
43 changed files with 48 additions and 48 deletions

View File

@ -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:
```bash
#!/bin/sh
#!/usr/bin/env sh
/var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosodyAppImage/squashfs-root/AppRun prosodyctl \
--root \
--config /var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosody/prosody.cfg.lua \