chore(scripts): Add beta status notice to deployment scripts

This commit is contained in:
zarazaex69
2026-04-10 15:22:42 +03:00
parent 484e5160a9
commit e48f78b37f
2 changed files with 6 additions and 0 deletions

3
cnc.sh
View File

@@ -1,5 +1,8 @@
#!/bin/bash
echo "ЕСЛИ У ВАС ЕСТЬ ПРОБЛЕМЫ - Я В КУРСЕ, ПРОЕКТ В БЕТЕ, ПО ПРОБЛЕМАМ В ЧАТ t.me/openlibrecommunity ИЛИ ВООБЩЕ НЕКУДА, ЖДИТЕ РЕЛИЗА"
set -e
CONTAINER_NAME="olcrtc-client"

3
srv.sh
View File

@@ -1,5 +1,8 @@
#!/bin/bash
echo "ЕСЛИ У ВАС ЕСТЬ ПРОБЛЕМЫ - Я В КУРСЕ, ПРОЕКТ В БЕТЕ, ПО ПРОБЛЕМАМ В ЧАТ t.me/openlibrecommunity ИЛИ ВООБЩЕ НЕКУДА, ЖДИТЕ РЕЛИЗА"
set -e
CONTAINER_NAME="olcrtc-server"