wok diff nagios-plugins/receipt @ rev 20639

up rclone to v1.44
author Lucas Levrel <llevrel@yahoo.fr>
date Thu Jan 10 21:49:04 2019 +0100 (2019-01-10)
parents 9e01bc6321ea
children a78610b2eb47
line diff
     1.1 --- a/nagios-plugins/receipt	Sun Dec 20 15:13:45 2015 +0100
     1.2 +++ b/nagios-plugins/receipt	Thu Jan 10 21:49:04 2019 +0100
     1.3 @@ -49,6 +49,7 @@
     1.4  post_install()
     1.5  {
     1.6  	if ! grep -q nagios "$1/etc/passwd"; then
     1.7 +		echo
     1.8  		echo -n "Adding user/group nagios..."
     1.9  		chroot "$1/" addgroup -S nagios
    1.10  		chroot "$1/" adduser -S -D -H -G nagios nagios