mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-10 08:50:49 +08:00
10 lines
228 B
Python
Executable File
10 lines
228 B
Python
Executable File
#!/bin/bash
|
|
|
|
while true; do
|
|
sudo echo "starting refresh"
|
|
python search/substring_search.py --create_index
|
|
sudo service apache2 restart
|
|
echo "-------------------------";
|
|
sleep 21600;
|
|
done
|