diff options
-rwxr-xr-x | tools/draklive | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/draklive b/tools/draklive index afc1ec412..a0b86345c 100755 --- a/tools/draklive +++ b/tools/draklive @@ -519,7 +519,7 @@ USERS=no update_gnomekderc(get_system_root($live) . $kbluetoothd_cfg, 'Notification Messages', 'kbluepinLocInfo-usr-lib-kdebluetooth' => 'false'); - chmod 0644, $kbluetoothd_cfg; + chmod 0644, get_system_root($live) . $kbluetoothd_cfg; } sub create_loopback_files { |