1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jenkins_ynh.git synced 2024-09-03 19:26:18 +02:00

Merge pull request #24 from YunoHost-Apps/testing

Fix for getopts
This commit is contained in:
Maniack Crudelis 2019-04-13 21:16:57 +02:00 committed by GitHub
commit 94c557a481
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -131,7 +131,7 @@ dpkg --install --force-confnew ../conf/jenkins.deb
ynh_script_progression --message="Configure Jenkins"
# Ignore Setup Wizard
ynh_replace_string "-Djava.awt.headless=true" "& -Djenkins.install.runSetupWizard=false" /etc/default/jenkins
ynh_replace_string "\-Djava.awt.headless=true" "& -Djenkins.install.runSetupWizard=false" /etc/default/jenkins
if [ "$path_url" != "/" ];
then