Compare commits

...

1 commit

Author SHA1 Message Date
680ee425d3 auto restart winbox
All checks were successful
Build Docker Image on Commit / build-and-publish (push) Successful in 42s
Build and Publish Docker Image on Tag / build-and-publish (push) Successful in 40s
2025-06-06 18:27:47 +01:00

View file

@ -11,4 +11,9 @@ if [ ! -f "/winbox64.exe" ]; then
wget -O /winbox64.exe https://download.mikrotik.com/routeros/winbox/3.42/winbox64.exe wget -O /winbox64.exe https://download.mikrotik.com/routeros/winbox/3.42/winbox64.exe
fi fi
while true; do
echo "Starting Winbox..."
wine64 /winbox64.exe wine64 /winbox64.exe
echo "Winbox closed. Restarting in 3 seconds..."
sleep 3
done