From db557b4f653734fbbd5cb6fce948b0476bedbb9a Mon Sep 17 00:00:00 2001 From: Tslil Clingman Date: Sat, 12 Sep 2015 19:48:02 -0400 Subject: Small bug, not cd'ing first --- runas | 1 + 1 file changed, 1 insertion(+) diff --git a/runas b/runas index 9eb344c..5c18565 100755 --- a/runas +++ b/runas @@ -48,6 +48,7 @@ if [ "$1" == "-n" ]; then sudo useradd -m -G audio -s /usr/bin/mksh -k /tmp/skel $2 sudo passwd $2 else + cd $HOME printf '\033k'"$1"'\033\\' cp .Xauthority /tmp chmod 606 /tmp/.Xauthority -- cgit v1.2.3