diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml deleted file mode 100644 index 53670f4..0000000 --- a/.idea/inspectionProfiles/Project_Default.xml +++ /dev/null @@ -1,33 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index 245f9da..eddfc5e 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,7 +1,7 @@ - - + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 377842e..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 31004a6..22544dd 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -5,9 +5,11 @@ - + + + - + @@ -68,6 +70,7 @@ + + + + + + + + + diff --git a/cron_update.sh b/cron_update.sh new file mode 100644 index 0000000..e6504cf --- /dev/null +++ b/cron_update.sh @@ -0,0 +1,8 @@ +#!/bin/bash +set -e +sudo crontab -r +sudo crontab -l > cron.cron +echo "0 * * * * systemctl restart supervisor" >> cron.cron +sudo crontab cron.cron +sudo systemctl restart cron.service +sudo rm -rf cron.cron \ No newline at end of file