slitaz-forge rev 672

Fix path in pangolin admin tool
author Christophe Lincoln <pankso@slitaz.org>
date Thu Mar 16 19:30:23 2017 +0100 (2017-03-16)
parents 0e35b23a3069
children a1148d85361d
files pangolin/pangolin
line diff
     1.1 --- a/pangolin/pangolin	Thu Mar 16 19:25:53 2017 +0100
     1.2 +++ b/pangolin/pangolin	Thu Mar 16 19:30:23 2017 +0100
     1.3 @@ -100,10 +100,10 @@
     1.4  		newline
     1.5  		boldify "Updating play.slitaz.org..."
     1.6  		cd ${REPOS}/slitaz-forge && hg update
     1.7 -		cp -rf play/* ${www}/play.slitaz.org/publc_html
     1.8 +		cp -rf play.slitaz.me/* ${www}/play.slitaz.org/public_html
     1.9  		# Tazcraft
    1.10  		cd ${REPOS}/slitaz-dev-tools && hg update
    1.11 -		cp -rf tazcraft/cgi-bin ${www}/play.slitaz.org/publc_html/tazcraft
    1.12 +		cp -rf tazcraft/cgi-bin ${www}/play.slitaz.org/public_html/tazcraft
    1.13  		newline ;;
    1.14  	
    1.15  	up-pangolin)