Logout fix broadcasts cleanup $5 default

This commit is contained in:
2026-05-15 16:53:57 -05:00
parent 500a0219b8
commit b9fc1b2995
+3 -3
View File
@@ -1,6 +1,6 @@
@echo off
cd /d "C:\Users\myron\Downloads\CyberPanel"
set /p MSG="Commit message (e.g. v1.0.4 - what changed): "
cd /d "C:\Users\myron\Downloads\CyberPanel\tomgames"
set /p MSG="Commit message (e.g. v1.0.5 - what changed): "
if "%MSG%"=="" (
echo No message entered. Aborting.
pause
@@ -11,4 +11,4 @@ git commit -m "%MSG%"
git push origin main
echo.
echo Done! Check https://github.com/myronblair/tomtomgames-app
pause
pause