pass in the full path when attempting to mkdir in the systemd script 59/1759/1
authorRusty Lynch <rusty.lynch@intel.com>
Mon, 17 Sep 2012 23:25:40 +0000 (16:25 -0700)
committerRusty Lynch <rusty.lynch@intel.com>
Mon, 17 Sep 2012 23:25:40 +0000 (16:25 -0700)
service/intel-emgd-kmod.init

index 745bbff..1c99096 100644 (file)
@@ -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 <<EOF
 [shell]
 type=desktop-shell.so