summaryrefslogtreecommitdiffstats
path: root/main/xen/xendomains.initd
diff options
context:
space:
mode:
Diffstat (limited to 'main/xen/xendomains.initd')
-rw-r--r--main/xen/xendomains.initd3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/xen/xendomains.initd b/main/xen/xendomains.initd
index 27464c685..e6751eeea 100644
--- a/main/xen/xendomains.initd
+++ b/main/xen/xendomains.initd
@@ -16,7 +16,7 @@ get_domname() {
if [ -z ${name_from_file} ]; then
basename "${1}"
else
- echo ${name_from_file}
+ echo ${name_from_file}
fi
}
@@ -51,6 +51,7 @@ wait_screen() {
start() {
set_screen_cmd
+ checkpath --directory --mode 755 /var/run/xen
einfo "Starting Xen domains from ${AUTODIR:=/etc/xen/auto}"
if using_screen ; then