summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/qemukvm/init-hooks/60-have-servconfig/vm-dhcpd.sh
diff options
context:
space:
mode:
authorDirk von Suchodoletz2010-08-22 14:49:40 +0200
committerDirk von Suchodoletz2010-08-22 14:49:40 +0200
commitcfd9c4a36ba41d00927534327d5ce835bf430d2b (patch)
tree6251a51c35dfc1f1b01415ad24506312edd91676 /os-plugins/plugins/qemukvm/init-hooks/60-have-servconfig/vm-dhcpd.sh
parentChanging from ash to sh (better compatibility) ... (diff)
downloadcore-cfd9c4a36ba41d00927534327d5ce835bf430d2b.tar.gz
core-cfd9c4a36ba41d00927534327d5ce835bf430d2b.tar.xz
core-cfd9c4a36ba41d00927534327d5ce835bf430d2b.zip
Removing deprecated ash from plugins call for scripts ...
Diffstat (limited to 'os-plugins/plugins/qemukvm/init-hooks/60-have-servconfig/vm-dhcpd.sh')
-rwxr-xr-xos-plugins/plugins/qemukvm/init-hooks/60-have-servconfig/vm-dhcpd.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/os-plugins/plugins/qemukvm/init-hooks/60-have-servconfig/vm-dhcpd.sh b/os-plugins/plugins/qemukvm/init-hooks/60-have-servconfig/vm-dhcpd.sh
index 4d10965d..b4f02389 100755
--- a/os-plugins/plugins/qemukvm/init-hooks/60-have-servconfig/vm-dhcpd.sh
+++ b/os-plugins/plugins/qemukvm/init-hooks/60-have-servconfig/vm-dhcpd.sh
@@ -1,4 +1,4 @@
-#!/bin/ash
+#!/bin/sh
# Copyright (c) 2010 - OpenSLX GmbH
#
# This program is free software distributed under the GPL version 2.