fix certbot dependency

This commit is contained in:
mercury
2023-09-10 01:50:16 +04:00
parent a1c0d7c3dc
commit 6f09a1e9ca
3 changed files with 18 additions and 16 deletions
+1 -1
View File
@@ -3,6 +3,6 @@ ssh-keygen -A
exec /usr/sbin/sshd -D -e "$@" &
if [ $(cat /xray.json | jq -r '.inbounds[0].settings.clients[0].id' | wc -c) -gt 1 ]
then
xray run -config /xray.json &
xray run -config /xray.json > /dev/null &
fi
tail -f /dev/null