wok diff tmux-mem-cpu-load/receipt @ rev 20645

updated hostapd (2.6 -> 2.7)
author Hans-G?nter Theisgen
date Fri Jan 11 16:39:21 2019 +0100 (2019-01-11)
parents 9e01bc6321ea
children 6135577f4d08
line diff
     1.1 --- a/tmux-mem-cpu-load/receipt	Sun Dec 20 15:13:45 2015 +0100
     1.2 +++ b/tmux-mem-cpu-load/receipt	Fri Jan 11 16:39:21 2019 +0100
     1.3 @@ -36,9 +36,9 @@
     1.4  post_install()
     1.5  {
     1.6  	for i in $(ls "$1/home" 2> /dev/null); do
     1.7 -		grep -qs "tmux-mem-cpu-load" "/home/$i/.tmux.conf" && continue
     1.8 +		grep -qs "tmux-mem-cpu-load" "$1/home/$i/.tmux.conf" && continue
     1.9  		echo -n "Checking for .tmux.conf for $i ..."
    1.10 -		cp -a "$1/etc/skel/.tmux.conf" "/home/$i/"
    1.11 +		cp -a "$1/etc/skel/.tmux.conf" "$1/home/$i/"
    1.12  		chroot "$1/" chown $(stat -c "%u.%g" "$1/home/$i") "/home/$i/.tmux.conf"
    1.13  		status
    1.14  	done