Files
AzerothCore-RealmMaster/scripts/bash
uprightbass360 05e486ae4f fix(deploy): Handle rsync exit code 23 (permission warnings) gracefully
rsync returns exit code 23 for permission warnings which are harmless in WSL2.
With 'set -e', these warnings caused deployment to abort before containers started.

Fix: Catch exit code 23 and continue deployment, only fail on other errors.
2025-11-15 17:58:05 -05:00
..
2025-11-10 03:00:11 -05:00
2025-11-09 15:03:17 -05:00