Skip to content

Commit

Permalink
Corretto errore di sintassi nel sed
Browse files Browse the repository at this point in the history
  • Loading branch information
nardil committed Sep 2, 2019
1 parent c71964e commit f71f453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/scripts/jenkins.install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pushd src/main/resources/setup/
dirname=$(ls -d target/*/)
cd $dirname

sed -i -r -e \'s/<installer (.*)/<installer ui="text-auto" loadDefaults="true" \\1/\' installer/setup/antinstall-config.xml
sed -i -r -e 's/<installer (.*)/<installer ui="text-auto" loadDefaults="true" \1/' installer/setup/antinstall-config.xml

echo "
antinstaller_dbusername=govpay
Expand Down

0 comments on commit f71f453

Please sign in to comment.