update
This commit is contained in:
parent
e8c4113072
commit
c4ae98019e
|
@ -6,7 +6,7 @@
|
||||||
<component name="ChangeListManager">
|
<component name="ChangeListManager">
|
||||||
<list default="true" id="6fcbdb26-1795-4695-b353-57b405f1e401" name="Changes" comment="update">
|
<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$/.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>
|
</list>
|
||||||
<option name="SHOW_DIALOG" value="false" />
|
<option name="SHOW_DIALOG" value="false" />
|
||||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||||
|
@ -202,7 +202,31 @@
|
||||||
<option name="project" value="LOCAL" />
|
<option name="project" value="LOCAL" />
|
||||||
<updated>1708998549815</updated>
|
<updated>1708998549815</updated>
|
||||||
</task>
|
</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 />
|
<servers />
|
||||||
</component>
|
</component>
|
||||||
<component name="UnknownFeatures">
|
<component name="UnknownFeatures">
|
||||||
|
|
|
@ -3,4 +3,5 @@ set -e
|
||||||
sudo crontab <<-EOF
|
sudo crontab <<-EOF
|
||||||
`sudo crontab -l`
|
`sudo crontab -l`
|
||||||
0 */1 * * * systemctl restart supervisor
|
0 */1 * * * systemctl restart supervisor
|
||||||
|
0 0 * * * /sbin/reboot
|
||||||
EOF
|
EOF
|
||||||
|
|
Loading…
Reference in New Issue