From 6cc17c174a151b307fc28b41445effbbc4b5a2f9 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 24 Jan 2017 02:31:32 +0100 Subject: reproducible Debian: fix syntax error introduced when manually editing up the last revert Signed-off-by: Holger Levsen --- bin/reproducible_maintenance.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/reproducible_maintenance.sh b/bin/reproducible_maintenance.sh index 0c16062a..cf95adaf 100755 --- a/bin/reproducible_maintenance.sh +++ b/bin/reproducible_maintenance.sh @@ -97,6 +97,7 @@ if ! test -L /run/shm ; then elif [ "$(readlink /run/shm)" != "/dev/shm" ] ; then echo "Warning: /run/shm is a link, but not pointing to /dev/shm on $HOSTNAME, please tell the jenkins admins to fix this." show_fstab_and_mounts +fi # check for correct MTU echo "$(date -u) - testing whether the network interfaces MTU is 1500..." if [ "$(ip link | sed -n '/LOOPBACK\|NOARP/!s/.* mtu \([0-9]*\) .*/\1/p' | sort -u)" != "1500" ] ; then -- cgit v1.2.3-54-g00ecf