From: Holger Levsen Date: Thu, 7 Feb 2013 12:47:07 +0000 (+0100) Subject: chmod is not needed anymore X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=215ee1912ff50d9a1c94643ddaad52ef5981133b;p=profitbricks%2Fjenkins-build-scripts.git chmod is not needed anymore --- diff --git a/pxe_riserver_setup.sh b/pxe_riserver_setup.sh index f7f6702..1b46cd3 100755 --- a/pxe_riserver_setup.sh +++ b/pxe_riserver_setup.sh @@ -55,7 +55,6 @@ echo echo echo "Copying PXE configuration for $TARGET_HOST to jerusalem..." scp $TMPFILE jerusalem:/srv/tftp/pxelinux.cfg/$TARGET_MAC -ssh jerusalem chmod 755 /srv/tftp/pxelinux.cfg/$TARGET_MAC rm $TMPFILE echo echo "Enjoy."