From f04f991172681ad662539d18189d6e0034e6ca2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A9veloppeur=20=C3=A9gar=C3=A9?= Date: Fri, 27 Feb 2015 14:38:57 +0100 Subject: [PATCH] Update install --- scripts/install | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/install b/scripts/install index 5be06d0..84b5e19 100644 --- a/scripts/install +++ b/scripts/install @@ -33,7 +33,6 @@ then # $ means 'process only the last line' sudo sed -i '$ s@--ajp13Port=$AJP_PORT@--ajp13Port=$AJP_PORT --prefix=$PREFIX@g' /etc/default/jenkins fi -sudo sed -i 's@@$path@g' /etc/default/jenkins sudo sed -i "/HTTP_PORT=.*/aHTTP_PORT=$port" /etc/default/jenkins sudo service jenkins restart