diff options
Diffstat (limited to 'recipes-demo-hmi/navigation/mapviewer-demo/switch_on_mapviewer-demo.sh')
-rwxr-xr-x | recipes-demo-hmi/navigation/mapviewer-demo/switch_on_mapviewer-demo.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/recipes-demo-hmi/navigation/mapviewer-demo/switch_on_mapviewer-demo.sh b/recipes-demo-hmi/navigation/mapviewer-demo/switch_on_mapviewer-demo.sh deleted file mode 100755 index f61cdc700..000000000 --- a/recipes-demo-hmi/navigation/mapviewer-demo/switch_on_mapviewer-demo.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -/bin/systemctl disable weston.service -/bin/systemctl enable weston-mapviewer-demo.service -/bin/systemctl enable mapviewer.service - |