mirror of
https://github.com/YunoHost-Apps/jenkins_ynh.git
synced 2024-09-03 19:26:18 +02:00
commit
94c557a481
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue