Skip to content
Snippets Groups Projects
Commit 02f8d2eb authored by Rajmund Hruška's avatar Rajmund Hruška
Browse files

Merge branch 'hruska-bugfix-#7624-precache' into devel

parents 8d1f4125 3d390faf
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,6 @@ a2ensite site_maintenance.conf ...@@ -35,7 +35,6 @@ a2ensite site_maintenance.conf
systemctl restart apache2 systemctl restart apache2
mentat-controller.py --command disable mentat-controller.py --command disable
mentat-controller.py --command stop mentat-controller.py --command stop
systemctl restart postgresql
echo "" echo ""
...@@ -69,7 +68,6 @@ echo "| Starting the Mentat system: ...@@ -69,7 +68,6 @@ echo "| Starting the Mentat system:
echo "#==============================================================================#" echo "#==============================================================================#"
echo " Current time: `date --rfc-3339=second`" echo " Current time: `date --rfc-3339=second`"
echo "" echo ""
systemctl restart postgresql
mentat-controller.py --command start mentat-controller.py --command start
mentat-controller.py --command enable mentat-controller.py --command enable
a2dismod substitute a2dismod substitute
...@@ -87,4 +85,4 @@ echo "#========================================================================= ...@@ -87,4 +85,4 @@ echo "#=========================================================================
echo "" echo ""
echo " Finished database maintenance at: `date --rfc-3339=second`" echo " Finished database maintenance at: `date --rfc-3339=second`"
echo " Time elapsed: $(($DURATION / 3600))h $(($DURATION / 60))m $(($DURATION % 60))s" echo " Time elapsed: $(($DURATION / 3600))h $(($DURATION / 60))m $(($DURATION % 60))s"
echo "" echo ""
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment