Change tasks interpreter from /bin/sh to /bin/bash
authorNikos Skalkotos <skalkoto@grnet.gr>
Wed, 28 Sep 2011 15:00:17 +0000 (18:00 +0300)
committerNikos Skalkotos <skalkoto@grnet.gr>
Wed, 28 Sep 2011 15:00:17 +0000 (18:00 +0300)
helper/tasks/10ResizeUnmounted.sh
helper/tasks/30MountImage.sh
helper/tasks/40AddDeleteUnattendScript.sh
helper/tasks/40DeleteSSHKeys.sh
helper/tasks/40InstallUnattend.sh
helper/tasks/40ResizeMounted.sh
helper/tasks/40SELinuxAutorelabel.sh
helper/tasks/50AssignHostname.sh
helper/tasks/50ChangePassword.sh
helper/tasks/80UmountImage.sh

index ba65782..6b9101f 100755 (executable)
@@ -1,4 +1,4 @@
-#! /bin/sh
+#! /bin/bash
 
 ### BEGIN TASK INFO
 # Provides:            ResizeUnmounted
index 1be863c..53b3fc7 100755 (executable)
@@ -1,4 +1,4 @@
-#! /bin/sh
+#! /bin/bash
 
 ### BEGIN TASK INFO
 # Provides:            MountImage
index 5358b71..d4d9cb3 100755 (executable)
@@ -1,4 +1,4 @@
-#! /bin/sh
+#! /bin/bash
 
 ### BEGIN TASK INFO
 # Provides:            AddDeleteUnattendScript
index f5d3e96..8740aa4 100755 (executable)
@@ -1,4 +1,4 @@
-#! /bin/sh
+#! /bin/bash
 
 ### BEGIN TASK INFO
 # Provides:            DeleteSSHKeys
index d416965..fc5e686 100755 (executable)
@@ -1,4 +1,4 @@
-#! /bin/sh
+#! /bin/bash
 
 ### BEGIN TASK INFO
 # Provides:            InstallUnattend
index 46b25c3..7747eed 100755 (executable)
@@ -1,4 +1,4 @@
-#! /bin/sh
+#! /bin/bash
 
 ### BEGIN TASK INFO
 # Provides:            ResizeMounted
index 66ea2a2..3f84a52 100755 (executable)
@@ -1,4 +1,4 @@
-#! /bin/sh
+#! /bin/bash
 
 ### BEGIN TASK INFO
 # Provides:            SELinuxAutorelabel
index 3ca1848..b8fe6dd 100755 (executable)
@@ -1,4 +1,4 @@
-#! /bin/sh
+#! /bin/bash
 
 ### BEGIN TASK INFO
 # Provides:            AssignHostname
index 1da9cd3..9b00fa7 100755 (executable)
@@ -1,4 +1,4 @@
-#! /bin/sh
+#! /bin/bash
 
 ### BEGIN TASK INFO
 # Provides:            ChangePassword
index 9e83488..23c97e4 100755 (executable)
@@ -1,4 +1,4 @@
-#! /bin/sh
+#! /bin/bash
 
 ### BEGIN TASK INFO
 # Provides:            UmountImage