Just kidding

This commit is contained in:
Ryan Hughes
2025-10-23 20:29:07 -04:00
parent d106cd9284
commit 50e68f466e

View File

@@ -1,10 +1,5 @@
#!/bin/bash
if [ "$EUID" -eq 0 ]; then
echo "Error: This script should not be run as root"
exit 1
fi
LOG_FILE="/tmp/omarchy-debug.log"
cat > "$LOG_FILE" <<EOF