update
This commit is contained in:
parent
34118be7fd
commit
2f70b4e0be
|
@ -194,7 +194,15 @@
|
||||||
<option name="project" value="LOCAL" />
|
<option name="project" value="LOCAL" />
|
||||||
<updated>1708998396073</updated>
|
<updated>1708998396073</updated>
|
||||||
</task>
|
</task>
|
||||||
<option name="localTasksCounter" value="2" />
|
<task id="LOCAL-00002" summary="update">
|
||||||
|
<option name="closed" value="true" />
|
||||||
|
<created>1708998549815</created>
|
||||||
|
<option name="number" value="00002" />
|
||||||
|
<option name="presentableId" value="LOCAL-00002" />
|
||||||
|
<option name="project" value="LOCAL" />
|
||||||
|
<updated>1708998549815</updated>
|
||||||
|
</task>
|
||||||
|
<option name="localTasksCounter" value="3" />
|
||||||
<servers />
|
<servers />
|
||||||
</component>
|
</component>
|
||||||
<component name="UnknownFeatures">
|
<component name="UnknownFeatures">
|
||||||
|
|
|
@ -1,8 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
set -e
|
|
||||||
sudo crontab -r
|
|
||||||
sudo crontab -l > cron.cron
|
|
||||||
echo "0 */1 * * * sudo systemctl restart supervisor" >> cron.cron
|
|
||||||
sudo crontab cron.cron
|
|
||||||
sudo systemctl restart cron.service
|
|
||||||
sudo rm -rf cron.cron
|
|
Loading…
Reference in New Issue