Skip to content

Commit

Permalink
Add an easier support switch, to get support
Browse files Browse the repository at this point in the history
  • Loading branch information
kaihendry committed Mar 29, 2013
1 parent 8677945 commit e2c26fd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions etc/webc/live-config.sh
Expand Up @@ -107,6 +107,10 @@ for x in $( cmdline ); do
mount_git
;;

support)
echo '*/5 * * * * root /sbin/support' > /etc/cron.d/webc-support
;;

chrome=*)
chrome=${x#chrome=}
dir="/etc/webc/extensions/${chrome}"
Expand Down

0 comments on commit e2c26fd

Please sign in to comment.