Commit 7c5a05bd authored by Holger Levsen's avatar Holger Levsen
Browse files

be more verbose

parent 950e8569
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -35,8 +35,10 @@ DPKG_ARCH="$(dpkg --print-architecture)"
# so we can later run some commands only if $0 has been updated…
if [ -f $STAMP ] && [ $STAMP -nt $BASEDIR/$0 ] ; then
	UP2DATE=true
	echo $HOSTNAME is up2date.
else
	UP2DATE=false
	echo $HOSTNAME needs to be updated.
fi