From ffa46ffa244678e91e24ac0f37f0920b53218f48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Tue, 3 Dec 2013 16:27:09 +0100 Subject: [PATCH] fix use of id --- fs/opt/groomer/constraint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/opt/groomer/constraint.sh b/fs/opt/groomer/constraint.sh index bb34f8e..3b220e2 100644 --- a/fs/opt/groomer/constraint.sh +++ b/fs/opt/groomer/constraint.sh @@ -18,7 +18,7 @@ LOGS="${DST}/logs" # commands SUDO='/usr/bin/sudo' -ID=`/usr/bin/id -u ${USERNAME}` +ID=`/usr/bin/id -u` SYNC='/bin/sync' TIMIDITY='/usr/bin/timidity'