mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-01-31 11:49:05 +01:00
Fix syntax error in cyberpanel_upgrade.sh - add missing if statement for lscpd service check
This commit is contained in:
@@ -1543,6 +1543,9 @@ fi
|
||||
|
||||
# Test if CyberPanel is accessible
|
||||
echo -e "\n🔍 Testing CyberPanel accessibility..."
|
||||
|
||||
# Check if lscpd service is running
|
||||
if systemctl is-active --quiet lscpd 2>/dev/null; then
|
||||
echo "╔═════════════════════════════════════════════════════════════════════════════════════════════════════════════╗"
|
||||
echo "║ ║"
|
||||
echo "║ 🌐 ACCESS YOUR CYBERPANEL: ║"
|
||||
|
||||
Reference in New Issue
Block a user