mirror of
https://github.com/YunoHost-Apps/jenkins_ynh.git
synced 2024-09-03 19:26:18 +02:00
88087a88ea
**Problem.** After the .deb file is installed, dpkg tries to start the service on the default port 8080. **Solution.** This fix ensure that ynh rollback won't be triggered by dpkg during installation of the .deb file. First, the `dpkg --install` error is silenced. Then `dpkg-query` is used to detect an improperly installed jenkins package. Next, after the port has been updated and the service restarted, `dpkg --configure -a` is executed to finish configuration of the partially installed jenkins package. |
||
---|---|---|
.. | ||
actions | ||
_common.sh | ||
backup | ||
change_url | ||
config | ||
install | ||
remove | ||
restore | ||
upgrade | ||
ynh_send_readme_to_admin__2 |