mirror of https://github.com/apache/cloudstack.git
Fix include location for the SUSE init script.
This commit is contained in:
parent
5c5a4e3a10
commit
fb16545510
|
|
@ -29,7 +29,7 @@
|
|||
# WARNING: if this script is changed, then all other initscripts MUST BE changed to match it as well
|
||||
|
||||
. /lib/lsb/init-functions
|
||||
. /etc/default/rcS
|
||||
. /etc/rc.status
|
||||
|
||||
whatami=cloud-agent
|
||||
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@
|
|||
# WARNING: if this script is changed, then all other initscripts MUST BE changed to match it as well
|
||||
|
||||
. /lib/lsb/init-functions
|
||||
. /etc/default/rcS
|
||||
. /etc/rc.status
|
||||
|
||||
whatami=cloud-agent
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue