From 7ba7cea3e31c9466cb26354e52dc25ca0d91bba1 Mon Sep 17 00:00:00 2001 From: Geoffroy Van Cutsem Date: Fri, 9 Nov 2012 13:45:31 +0100 Subject: [PATCH] - Fix wheel.sh script text file format Signed-off-by: Geoffroy Van Cutsem Change-Id: I0c1fa5d43486696c1864c7f543b3f062e07a75a7 --- packaging/wheel.sh | 15 ++++++++------- 1 file 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& -- 2.7.4