add test crontab and test_script
This commit is contained in:
@@ -0,0 +1 @@
|
||||
* * * * * /test_script.sh
|
||||
Executable
+3
@@ -0,0 +1,3 @@
|
||||
# !/bin/bash
|
||||
|
||||
echo "$(date +%Y-%m-%d_%H:%M:%S) Test" >> /logs/test.log
|
||||
Reference in New Issue
Block a user