diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-01-24 02:31:32 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-01-24 02:31:32 +0100 |
commit | 6cc17c174a151b307fc28b41445effbbc4b5a2f9 (patch) | |
tree | da65d7f7210922973ff2ebba4ebaa7a5202865a6 | |
parent | 3d8108c0314c8648da5d8ee57a4ade5d51294826 (diff) | |
download | jenkins.debian.net-6cc17c174a151b307fc28b41445effbbc4b5a2f9.tar.xz |
reproducible Debian: fix syntax error introduced when manually editing up the last revert
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-rwxr-xr-x | bin/reproducible_maintenance.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 |