diff options
| author | Jan <> | 2021-12-16 12:21:45 +0100 |
|---|---|---|
| committer | Jan <> | 2021-12-16 12:21:45 +0100 |
| commit | 67f51d0a3a8bb7181637b3c1aa428463e099cbc9 (patch) | |
| tree | fd429032a23232967f217672b98b43c88b9ba74b /sui-cron | |
| parent | 804a22bcbed289b1ace576b6fe670b88cf0d207f (diff) | |
auto pulling from git repo
Diffstat (limited to 'sui-cron')
| -rw-r--r-- | sui-cron | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sui-cron b/sui-cron new file mode 100644 index 0000000..65bc07d --- /dev/null +++ b/sui-cron @@ -0,0 +1,2 @@ +*/1 * * * * /var/www/html/gitpull.sh >> /var/log/cron.log 2>&1 +# An empty line is required at the end of this file for a valid cron file. |