Fixeds and enhancements
Some checks failed
Deploy SingleChat / deploy (push) Has been cancelled

This commit is contained in:
Torsten Schulz (local)
2026-06-17 15:44:11 +02:00
parent 10e6e7a80a
commit 5d4129b5b3
44 changed files with 151 additions and 109 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash
# SingleChat Deployment nach /opt/ypchat
# YpChat Deployment nach /opt/ypchat
# Dieses Skript kopiert die Anwendung nach /opt/ypchat und installiert sie dort
set -e
@@ -11,7 +11,7 @@ USER="www-data"
GROUP="www-data"
echo "=========================================="
echo "SingleChat Deployment nach /opt/ypchat"
echo "YpChat Deployment nach /opt/ypchat"
echo "=========================================="
# Prüfe ob als root ausgeführt
@@ -145,4 +145,3 @@ echo "3. Starte den neuen Service:"
echo " sudo systemctl start ypchat"
echo " sudo systemctl status ypchat"
echo ""