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
# Schnelles Update-Script für SingleChat
# Schnelles Update-Script für YpChat
# Kopiert nur geänderte Server-Dateien und baut den Client neu
set -e
@@ -11,7 +11,7 @@ USER="www-data"
GROUP="www-data"
echo "=========================================="
echo "SingleChat Quick Update"
echo "YpChat Quick Update"
echo "=========================================="
# Prüfe ob als root ausgeführt
@@ -76,4 +76,3 @@ echo "Starte Service neu mit:"
echo " sudo systemctl restart ypchat"
echo " sudo systemctl status ypchat"
echo ""