From 4952c766b3d05c05fadec74aa0003c2fa0d7868b Mon Sep 17 00:00:00 2001 From: Mattia Basaglia Date: Sat, 21 May 2016 18:46:50 +0200 Subject: [PATCH] Simplify Shell --- systempony | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systempony b/systempony index 75f0567..86faab0 100755 --- a/systempony +++ b/systempony @@ -12,7 +12,7 @@ IP_INTERFACE="eth0" function ponyget_Shell() { - grep $USER /etc/passwd | cut -f7 -d: + echo "$SHELL" } function ponyget_User()