ssfs diff ssfs-sh @ rev 33

Tiny edits
author Paul Issott <paul@slitaz.org>
date Sun Jun 12 12:02:48 2011 +0100 (2011-06-12)
parents 8727a2a80b10
children c7205f3db649
line diff
     1.1 --- a/ssfs-sh	Sun Jun 12 09:49:52 2011 +0200
     1.2 +++ b/ssfs-sh	Sun Jun 12 12:02:48 2011 +0100
     1.3 @@ -1,11 +1,11 @@
     1.4  #!/bin/sh
     1.5  #
     1.6  # Ssfs users SHell - Chroot user into the virtual disk on login. This tool must
     1.7 -# be installed on server and in the vdisk chroot, it is executed when login and
     1.8 -# when chrooting.
     1.9 +# be installed on the server and in the vdisk chroot, it is executed when logging
    1.10 +# in and when chrooting.
    1.11  #
    1.12  
    1.13 -# Ssfs server config dont exist in chroot.
    1.14 +# Ssfs server config doesn't exist in chroot.
    1.15  if [ -f /etc/ssfs/ssfs-server.conf ]; then
    1.16  	. /etc/ssfs/ssfs-server.conf
    1.17  	root=$SSFS_CHROOT
    1.18 @@ -14,8 +14,8 @@
    1.19  	clear && exec chroot $root /bin/ssfs-sh
    1.20  else
    1.21  	# Chroot will drop user into /, so set new HOME and cd. Set also
    1.22 -	# some env variables but dont source any profile.
    1.23 -	echo -e "\nWelcome to Ssfs SHell $USER\n"
    1.24 +	# some env variables but don't source any profile.
    1.25 +	echo -e "\nWelcome to the Ssfs SHell $USER\n"
    1.26  	HOME=/home/$USER
    1.27  	SYNC=$HOME/Sync
    1.28  	SHELL=/bin/sh