[debian-lan-devel] [SCM] Debian-LAN development and packaging branch, master, updated. 2e735f4e1bf579005e872b8758edcfc358febc21
Andreas B. Mundt
andi.mundt at web.de
Thu Feb 9 20:03:03 UTC 2012
The following commit has been merged in the master branch:
commit 2e735f4e1bf579005e872b8758edcfc358febc21
Author: Andreas B. Mundt <andi.mundt at web.de>
Date: Thu Feb 9 21:00:47 2012 +0100
Use /bin/bash for scripts.
diff --git a/fai/config/scripts/DISKLESS_CLIENT/10-misc b/fai/config/scripts/DISKLESS_CLIENT/10-misc
index 3d53501..6cfadcc 100755
--- a/fai/config/scripts/DISKLESS_CLIENT/10-misc
+++ b/fai/config/scripts/DISKLESS_CLIENT/10-misc
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
fcopy -v /etc/resolv.conf
fcopy -v /etc/hosts
diff --git a/fai/config/scripts/DISKLESS_CLIENT/20-server b/fai/config/scripts/DISKLESS_CLIENT/20-server
index 5eeb7ac..0615b82 100755
--- a/fai/config/scripts/DISKLESS_CLIENT/20-server
+++ b/fai/config/scripts/DISKLESS_CLIENT/20-server
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
#
# modifications needed on the server to boot the diskless client
#
diff --git a/fai/config/scripts/DISKLESS_CLIENT/30-nfs4_krb5 b/fai/config/scripts/DISKLESS_CLIENT/30-nfs4_krb5
index 5f3fdf4..a54c97f 100755
--- a/fai/config/scripts/DISKLESS_CLIENT/30-nfs4_krb5
+++ b/fai/config/scripts/DISKLESS_CLIENT/30-nfs4_krb5
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
#
set -e
--
Debian-LAN development and packaging
More information about the debian-lan-devel
mailing list