slitaz-forge rev 250

tank: small fix
author Christophe Lincoln <pankso@slitaz.org>
date Sat Apr 07 23:20:48 2012 +0200 (2012-04-07)
parents c052387a4a14
children 9d7a0da7de7e
files tank/tank
line diff
     1.1 --- a/tank/tank	Sat Apr 07 23:18:19 2012 +0200
     1.2 +++ b/tank/tank	Sat Apr 07 23:20:48 2012 +0200
     1.3 @@ -115,7 +115,7 @@
     1.4  		#echo "$user:$passwd" >> /etc/lighttpd/plain.passwd
     1.5  		# Public dir at http://people.slitaz.org/~$user/
     1.6  		sed -i s/'%user%'/"$user"/ /home/$user/Public/index.html
     1.7 -		sed -i s/'%name%'/"$gecos"/ /home/$user/Public/config.php
     1.8 +		sed -i s/'%name%'/"$gecos"/ /home/$user/Public/profile.php
     1.9  		# Empty Shell profile
    1.10  		cat > /home/$user/.profile << EOF
    1.11  # ~/.profile: Executed by Bourne-compatible login SHells.