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 --- (limited to 'commands/helpers') diff --git a/commands/helpers/ubuntu-tweaks b/commands/helpers/ubuntu-tweaks new file mode 100755 index 0000000..be5ebf2 --- /dev/null +++ b/commands/helpers/ubuntu-tweaks @@ -0,0 +1,6 @@ +#!/bin/sh + +XWRAPPERCONFIG=/etc/X11/Xwrapper.config + +sed -i '/^allowed_users.*/d' $XWRAPPERCONFIG +echo "allowed_users=anybody" >> $XWRAPPERCONFIG -- cgit v0.9.1