Fix /etc/init.d/zapret check in global_check, cleanup useless whitespaces

This commit is contained in:
SaltyMonkey
2025-07-12 00:29:33 +03:00
parent 418cdc4366
commit 85e515ef15

View File

@@ -2547,7 +2547,7 @@ global_check() {
done
fi
if [ -d "/etc/init.d/zapret" ]; then
if [ -f "/etc/init.d/zapret" ]; then
print_global "━━━━━━━━━━━━━━━━━━━━━━━━━━━"
print_global "⚠️ Zapret detected"
fi