wok diff bash/receipt @ rev 17098
tramys-server: copy messages.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Aug 28 12:43:23 2014 +0300 (2014-08-28) |
parents | f4c22f009037 |
children | 63618ce04c4a |
line diff
1.1 --- a/bash/receipt Sat Sep 07 18:25:02 2013 +0000 1.2 +++ b/bash/receipt Thu Aug 28 12:43:23 2014 +0300 1.3 @@ -96,5 +96,7 @@ 1.4 root=$1 1.5 echo "Setting back sh as default for all users" 1.6 sed -i "s/:\/bin\/bash$/:\/bin\/sh/g" /etc/passwd 1.7 + if [ -f /etc/skel/.bashrc ]; then 1.8 rm /etc/skel/.bashrc 1.9 + fi 1.10 }