Skip to content

Commit 3986f1d

Browse files
committed
fix: cron
1 parent d428a63 commit 3986f1d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cron.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
2-
2+
#设置为中文
3+
export LANG=zh_CN.UTF-8
4+
export LC_ALL=zh_CN.UTF-8
35
# 获取当前工作目录
46
WORKDIR=$(dirname $(readlink -f $0))
57

0 commit comments

Comments
 (0)