fix
This commit is contained in:
@@ -5,6 +5,12 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
# Check if running as root
|
||||||
|
if [ "$EUID" -ne 0 ]; then
|
||||||
|
echo "❌ Please run as root (use sudo ./deploy.sh)"
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
echo "🚀 Starting TestArena Deployment..."
|
echo "🚀 Starting TestArena Deployment..."
|
||||||
|
|
||||||
# 1. Install System Dependencies
|
# 1. Install System Dependencies
|
||||||
|
|||||||
Reference in New Issue
Block a user