wok-current diff remind/receipt @ rev 20457
Add python-websocket-client
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Oct 09 18:50:30 2018 +0200 (2018-10-09) |
parents | 27a62ac947e8 |
children | 0090a0579e87 |
line diff
1.1 --- a/remind/receipt Wed Jun 22 19:29:55 2016 +0100 1.2 +++ b/remind/receipt Tue Oct 09 18:50:30 2018 +0200 1.3 @@ -36,9 +36,10 @@ 1.4 post_install() 1.5 { 1.6 # Check for ~/.reminders file - needed for wyrd 1.7 + nl="\\n" 1.8 for i in $(ls "$1/home" 2> /dev/null); do 1.9 [ -f "$1/home/$i/.reminders" ] && continue 1.10 - echo -n "Creating config file for $i ..." 1.11 + echo -en "${nl}Creating config file for $i ..." 1.12 touch "$1/home/$i/.reminders" 1.13 chroot "$1/" chown $(stat -c "%u.%g" "$1/home/$i") "/home/$i/.reminders" 1.14 status