Set ownership for Mihomo configuration and log directories

This commit is contained in:
2026-02-15 16:08:03 +03:00
parent bf69ff191e
commit 54b0e18460

View File

@@ -266,6 +266,9 @@ chattr +i /etc/resolv.conf 2>/dev/null || true
rc-update add mihomo-iptables default
rc-update add mihomo default
chown -R mihomo:mihomo "$CONF_DIR"
chown -R mihomo:mihomo "$LOG_DIR"
echo "-----------------------------------------------------"
echo "✅ INSTALLATION COMPLETE"
echo "-----------------------------------------------------"