Browse Source

Convert to UTF-8 encoding

Mattraks 5 years ago
parent
commit
2c8e14f50e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      luci-app-ssr-plus/root/etc/init.d/shadowsocksr

+ 1 - 1
luci-app-ssr-plus/root/etc/init.d/shadowsocksr

@@ -76,7 +76,7 @@ get_host_ip() {
 clean_log() {
 	logsnum=$(cat /tmp/ssrplus.log 2>/dev/null | wc -l)
 	[ "$logsnum" -gt 1000 ] && {
-		echo "$(date "+%Y-%m-%d %H:%M:%S") 日志文件过长,清空处理!" >/tmp/ssrplus.log
+		echo "$(date "+%Y-%m-%d %H:%M:%S") 鏃ュ織鏂囦欢杩囬暱锛屾竻绌哄�鐞嗭紒" >/tmp/ssrplus.log
 	}
 }