tazpanel diff index.cgi @ rev 233
settings.cgi: Make sure users are setup with users group account. Also make sure users are part of the tty group.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri Feb 24 15:19:20 2012 -0500 (2012-02-24) |
parents | 57c5ebe79e05 |
children | 33bbada9fc2b |
line diff
1.1 --- a/index.cgi Tue Aug 30 17:12:37 2011 +0200 1.2 +++ b/index.cgi Fri Feb 24 15:19:20 2012 -0500 1.3 @@ -28,7 +28,7 @@ 1.4 tmp=/tmp/tazpanel$$ 1.5 mkdir -p $tmp 1.6 ( cd $tmp ; zcat $org | cpio -id ${1#/} ) 1.7 - diff -u $tmp$1 $1 1.8 + diff -u $tmp$1 $1 | sed "s|$tmp||" 1.9 rm -rf $tmp ;; 1.10 button) 1.11 cat <<EOT