This commit is contained in:
xyj 2024-02-27 09:54:15 +08:00
parent 34118be7fd
commit 2f70b4e0be
2 changed files with 9 additions and 9 deletions

View File

@ -194,7 +194,15 @@
<option name="project" value="LOCAL" />
<updated>1708998396073</updated>
</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 />
</component>
<component name="UnknownFeatures">

View File

@ -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