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

Fix: Remove database restart (Redmine issue: #7624)

parent 7a354595
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,6 @@ function maintenance_on() {
systemctl restart apache2
mentat-controller.py --command disable
mentat-controller.py --command stop
systemctl restart postgresql
exit 0
}
......@@ -53,7 +52,6 @@ function maintenance_off() {
echo "#==============================================================================#"
echo " Current time: `date --rfc-3339=second`"
echo ""
systemctl restart postgresql
mentat-controller.py --command start
mentat-controller.py --command enable
a2dismod substitute
......
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