fix use of id

pull/10/head
Raphaël Vinot 2013-12-03 16:27:09 +01:00
parent 80ccfea742
commit ffa46ffa24
1 changed files with 1 additions and 1 deletions

View File

@ -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'