From d50cf9e59b0c1b21995b958fbe89f3c9f1cb3c36 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Fri, 16 Nov 2012 09:09:43 +0000 Subject: Move ubuntu-tweaks into helpers --- diff --git a/scripts/ubuntu-tweaks b/commands/helpers/ubuntu-tweaks index be5ebf2..be5ebf2 100755 --- a/scripts/ubuntu-tweaks +++ b/commands/helpers/ubuntu-tweaks diff --git a/devbot/system.py b/devbot/system.py index 4b2caea..633b36b 100644 --- a/devbot/system.py +++ b/devbot/system.py @@ -132,7 +132,9 @@ def apply_ubuntu_tweaks(): " sudo dpkg-reconfigure x11-common" else: print "\nWe are going to allow anybody to run the X server" - ubuntu_tweaks = os.path.join(scripts_dir, "ubuntu-tweaks") + ubuntu_tweaks = os.path.join(config.commands_dir, + "helpers", + "ubuntu-tweaks") command.run_with_sudo([ubuntu_tweaks]) def apply_distro_tweaks(distro_name): -- cgit v0.9.1