~r0rschach/+junk/archup

« back to all changes in this revision

Viewing changes to src/cronhourly.example

  • Committer: Rorschach
  • Date: 2010-03-31 15:11:33 UTC
  • Revision ID: r0rschach@lavabit.com-20100331151133-fkorwv63efwcm9t3
added --uid to example

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
if [ -z "$(pgrep pacman)" ];then
23
23
        /usr/bin/pacman -Sy > /dev/null
24
24
fi
25
 
XAUTHORITY=/home/$arch_user/.Xauthority DISPLAY=:0.0 /usr/bin/archup
 
25
XAUTHORITY=/home/$arch_user/.Xauthority DISPLAY=:0.0 /usr/bin/archup --uid $(id -u $arch_user)