mirror of
https://github.com/myvesta/vesta
synced 2025-08-20 21:34:12 -07:00
Create scanps.sh
This commit is contained in:
parent
f89065a80a
commit
8d4eee37d0
1 changed files with 7 additions and 0 deletions
7
src/deb/for-download/tools/scanps/scanps.sh
Normal file
7
src/deb/for-download/tools/scanps/scanps.sh
Normal file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
# run 'crontab -e' and add the following:
|
||||
# 0,5,10,15,20,25,30,35,40,45,50,55 * * * * /home/scanps.sh > /dev/null 2>&1
|
||||
|
||||
cd /home
|
||||
php scanps.php
|
Loading…
Add table
Add a link
Reference in a new issue