Skip to content

Commit

Permalink
Update 2023-12-08-关于cron执行失败原因分析及查找.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MisterChangRay authored Dec 8, 2023
1 parent eb9a0d9 commit 9ad647e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ tags:
- 在脚本头部引用环境变量
```shell
#!/bin/sh
. /etc/profile
. ~/.bashrc
. /etc/profile
. ~/.bashrc

```

0 comments on commit 9ad647e

Please sign in to comment.