summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/linhes-scripts/update_schema_021_to_022.sh
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core-testing/linhes-scripts/update_schema_021_to_022.sh')
-rw-r--r--abs/core-testing/linhes-scripts/update_schema_021_to_022.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/abs/core-testing/linhes-scripts/update_schema_021_to_022.sh b/abs/core-testing/linhes-scripts/update_schema_021_to_022.sh
index 9ee3224..fc39f44 100644
--- a/abs/core-testing/linhes-scripts/update_schema_021_to_022.sh
+++ b/abs/core-testing/linhes-scripts/update_schema_021_to_022.sh
@@ -14,4 +14,6 @@ update settings set data = '/myth/games/screenshots' where value = 'mythgame.scr
update settings set data = '/myth/games/fanart' where value = 'mythgame.fanartdir';
update settings set data = '/myth/games/boxart' where value = 'mythgame.boxartdir';
update settings set data = '3' where value = 'OverrideExitMenu';
+update settings set data = 'sudo sv start mythbackend' where value = 'BackendStartCommand';
+update settings set data = 'sudo sv stop mythbackend' where value = 'BackendStopCommand';
EOF