From 236529d5241b90ea6f3632d3a6c60d65bb170d0b Mon Sep 17 00:00:00 2001 From: Rusty Lynch Date: Mon, 17 Sep 2012 16:25:40 -0700 Subject: [PATCH] pass in the full path when attempting to mkdir in the systemd script --- service/intel-emgd-kmod.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/intel-emgd-kmod.init b/service/intel-emgd-kmod.init index 745bbff..1c99096 100644 --- a/service/intel-emgd-kmod.init +++ b/service/intel-emgd-kmod.init @@ -79,7 +79,7 @@ set_config() { # If an appropriate weston configuration file has not been created then create it if [ ! -f /root/.config/weston.ini ]; then - mkdir -p /root/.config + /bin/mkdir -p /root/.config cat > /root/.config/weston.ini <