質問編集履歴

1

crontab -e

2020/03/26 00:44

投稿

larara
larara

スコア11

test CHANGED
File without changes
test CHANGED
@@ -74,6 +74,18 @@
74
74
 
75
75
 
76
76
 
77
+
78
+
79
+ ```
80
+
81
+ * * * * * /sbin/pidof -x test.sh >/dev/null || sudo /opt/scripts/sample/test.sh
82
+
83
+ ```
84
+
85
+ crontab -eで登録すると動いております。
86
+
87
+
88
+
77
89
  ### ご教授ください。
78
90
 
79
91