tazpkg rev 772

tazpkg-notify: auth/noauth links
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Apr 08 09:54:28 2015 +0200 (2015-04-08)
parents 616168355d4d
children 636b4e8dcf6a
files tazpkg-notify
line diff
     1.1 --- a/tazpkg-notify	Wed Apr 08 09:45:53 2015 +0200
     1.2 +++ b/tazpkg-notify	Wed Apr 08 09:54:28 2015 +0200
     1.3 @@ -25,7 +25,8 @@
     1.4  
     1.5  
     1.6  fifo=/tmp/$(basename $0).fifo
     1.7 -panel="http://tazpanel:82/pkgs.cgi"
     1.8 +panelbase="http://tazpanel:82/pkgs.cgi"
     1.9 +panel="http://tazpanel:82/user/pkgs.cgi"
    1.10  doc="file:///usr/share/doc/tazpkg/tazpkg.html"
    1.11  
    1.12  installed=$(wc -l < $PKGS_DB/installed.info)
    1.13 @@ -61,7 +62,7 @@
    1.14  menu() {
    1.15  	cat << EOT
    1.16  menu:\
    1.17 -$(_n 'My packages'       )!tazweb $panel?list!TazPkg|\
    1.18 +$(_n 'My packages'       )!tazweb $panelbase?list!TazPkg|\
    1.19  $(_n 'Recharge lists'    )!tazweb $panel?recharge!tazpkg-up|\
    1.20  $(_n 'Check upgrade'     )!tazweb $panel?up!tazpkg-up|\
    1.21  $(_n 'TazPkg SHell'      )!terminal -e tazpkg shell!utilities-terminal|\