# HG changeset patch # User Christophe Lincoln # Date 1488145589 -3600 # Node ID af57a0cc4aa6533e932ba1c29b6eac2812ee1554 # Parent 6a6c2f111dea625339638cf5da20dd922b87fee0 tank: use new file path for sup-demo diff -r 6a6c2f111dea -r af57a0cc4aa6 scn/plugins/sdt/sdt.cgi --- a/scn/plugins/sdt/sdt.cgi Fri Feb 24 08:53:29 2017 +0100 +++ b/scn/plugins/sdt/sdt.cgi Sun Feb 26 22:46:29 2017 +0100 @@ -100,7 +100,8 @@ cat << EOT

$d

- $(gettext "Add your SliTaz distro to the database. Open a terminal and execute:") + $(gettext "Add your SliTaz distro to the database to help know who use + SliTaz :-) Open a terminal and execute:") sdt send [username]

EOT diff -r 6a6c2f111dea -r af57a0cc4aa6 tank/tank --- a/tank/tank Fri Feb 24 08:53:29 2017 +0100 +++ b/tank/tank Sun Feb 26 22:46:29 2017 +0100 @@ -167,7 +167,7 @@ # SUP plugin hg.slitaz.org/sup cd $REPOS/sup && hg pull -u cp -a server/sup $WWW/scn/plugins - cp -a wok/sup-demo $WWW/scn/content/sup/wok + cp -a sup-demo $WWW/scn/content/sup/wok # Use TinyCM cmdline tool cd $REPOS/tinycm && hg pull -u ./tinycm up $WWW/scn ;;