- Fix wheel.sh script text file format 95/2295/1
authorGeoffroy Van Cutsem <geoffroy.vancutsem@intel.com>
Fri, 9 Nov 2012 12:45:31 +0000 (13:45 +0100)
committerGeoffroy Van Cutsem <geoffroy.vancutsem@intel.com>
Fri, 9 Nov 2012 12:45:31 +0000 (13:45 +0100)
Signed-off-by: Geoffroy Van Cutsem <geoffroy.vancutsem@intel.com>
Change-Id: I0c1fa5d43486696c1864c7f543b3f062e07a75a7

packaging/wheel.sh

index 06dba49..88a01d2 100755 (executable)
@@ -1,7 +1,8 @@
-systemctl disable ambd.service\r
-systemctl stop ambd.service\r
-ambd -D -c /root/ambd/config&\r
-xset -dpms\r
-xset s off\r
-xset s noblank\r
-webskeleton file:///usr/share/GhostCluster/index.html&\r
+#!/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&