wok diff bash/receipt @ rev 18869

shellinabox: add init script
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 03 17:03:06 2016 +0100 (2016-02-03)
parents 303e73fdfb01
children 338c34110bab
line diff
     1.1 --- a/bash/receipt	Sat Oct 03 06:23:42 2015 +0300
     1.2 +++ b/bash/receipt	Wed Feb 03 17:03:06 2016 +0100
     1.3 @@ -97,7 +97,7 @@
     1.4  
     1.5  	echo -n 'Do you want to set Bash to default (y/N) ? : '
     1.6  	read -t 30 answer
     1.7 -	[ "$answer" == 'y' ] || return
     1.8 +	[ "$answer" != 'y' ] && return
     1.9  
    1.10  	echo
    1.11  	echo 'Setting bash as default shell for all users'