diff options
author | Geoffroy Van Cutsem <geoffroy.vancutsem@intel.com> | 2012-11-09 13:45:31 +0100 |
---|---|---|
committer | Geoffroy Van Cutsem <geoffroy.vancutsem@intel.com> | 2012-11-09 13:45:31 +0100 |
commit | 7ba7cea3e31c9466cb26354e52dc25ca0d91bba1 (patch) | |
tree | 569a3af6a4567e5d9d786642a8dd419efe9f8846 | |
parent | c5268a4fc0ce56d2cb7b401c9a7e28da7951fbfd (diff) | |
download | ivi-demo-config-7ba7cea3e31c9466cb26354e52dc25ca0d91bba1.tar.gz ivi-demo-config-7ba7cea3e31c9466cb26354e52dc25ca0d91bba1.tar.bz2 ivi-demo-config-7ba7cea3e31c9466cb26354e52dc25ca0d91bba1.zip |
- Fix wheel.sh script text file format
Signed-off-by: Geoffroy Van Cutsem <geoffroy.vancutsem@intel.com>
Change-Id: I0c1fa5d43486696c1864c7f543b3f062e07a75a7
-rwxr-xr-x | packaging/wheel.sh | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/packaging/wheel.sh b/packaging/wheel.sh index 06dba49..88a01d2 100755 --- a/packaging/wheel.sh +++ b/packaging/wheel.sh @@ -1,7 +1,8 @@ -systemctl disable ambd.service
-systemctl stop ambd.service
-ambd -D -c /root/ambd/config&
-xset -dpms
-xset s off
-xset s noblank
-webskeleton file:///usr/share/GhostCluster/index.html&
+#!/bin/bash +systemctl disable ambd.service +systemctl stop ambd.service +ambd -D -c /root/ambd/config& +xset -dpms +xset s off +xset s noblank +webskeleton file:///usr/share/GhostCluster/index.html& |