Skip to content
This repository has been archived by the owner on Dec 4, 2020. It is now read-only.

Commit

Permalink
Make sure the pc-mounttray auto-start script now starts it up with us…
Browse files Browse the repository at this point in the history
…er permissions instead of using sudo.
  • Loading branch information
Ken Moore committed Mar 19, 2014
1 parent bc75ae0 commit accfd54
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -2,5 +2,5 @@

if [ "`id -u`" = "0" ] ; then return ; fi

(sleep 20 ; sudo pc-mounttray ) &
(sleep 20 ; pc-mounttray ) &

0 comments on commit accfd54

Please sign in to comment.