This commit is contained in:
xyj 2024-02-27 10:29:08 +08:00
parent e8c4113072
commit c4ae98019e
2 changed files with 27 additions and 2 deletions

View File

@ -6,7 +6,7 @@
<component name="ChangeListManager">
<list default="true" id="6fcbdb26-1795-4695-b353-57b405f1e401" name="Changes" comment="update">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/cron_update.sh" beforeDir="false" afterPath="$PROJECT_DIR$/cron_update.sh" afterDir="false" />
<change beforePath="$PROJECT_DIR$/cron_set.sh" beforeDir="false" afterPath="$PROJECT_DIR$/cron_set.sh" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
@ -202,7 +202,31 @@
<option name="project" value="LOCAL" />
<updated>1708998549815</updated>
</task>
<option name="localTasksCounter" value="3" />
<task id="LOCAL-00003" summary="update">
<option name="closed" value="true" />
<created>1708998857648</created>
<option name="number" value="00003" />
<option name="presentableId" value="LOCAL-00003" />
<option name="project" value="LOCAL" />
<updated>1708998857648</updated>
</task>
<task id="LOCAL-00004" summary="update">
<option name="closed" value="true" />
<created>1708999170212</created>
<option name="number" value="00004" />
<option name="presentableId" value="LOCAL-00004" />
<option name="project" value="LOCAL" />
<updated>1708999170212</updated>
</task>
<task id="LOCAL-00005" summary="update">
<option name="closed" value="true" />
<created>1708999384471</created>
<option name="number" value="00005" />
<option name="presentableId" value="LOCAL-00005" />
<option name="project" value="LOCAL" />
<updated>1708999384471</updated>
</task>
<option name="localTasksCounter" value="6" />
<servers />
</component>
<component name="UnknownFeatures">

View File

@ -3,4 +3,5 @@ set -e
sudo crontab <<-EOF
`sudo crontab -l`
0 */1 * * * systemctl restart supervisor
0 0 * * * /sbin/reboot
EOF