Skip to content

Commit

Permalink
fix error messages on curl update #435
Browse files Browse the repository at this point in the history
  • Loading branch information
mviereck committed Apr 13, 2022
1 parent 9497d89 commit 2c61c10
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ Project website: https://github.com/mviereck/x11docker
- `--xpra`: Fix for `--xoverip`.
[(#428)](https://github.com/mviereck/x11docker/issues/428)
- `--nxagent`: Fix for `--xc`.
- `--update*`, `--install`, `--cleanup`: Fix error messages, exit once done.
[(#435)](https://github.com/mviereck/x11docker/issues/435)

## [7.1.4](https://github.com/mviereck/x11docker/releases/tag/v7.1.4) - 2022-03-27
### Added
Expand Down
2 changes: 2 additions & 0 deletions x11docker
Original file line number Diff line number Diff line change
Expand Up @@ -710,6 +710,7 @@ saygoodbye() { # create file signaling watching processes to te
debugnote "time to say goodbye ($*)"
[ -e "$Timetosaygoodbyefile" ] && echo timetosaygoodbye >> "$Timetosaygoodbyefile"
[ -e "$Timetosaygoodbyefifo" ] && echo timetosaygoodbye >> "$Timetosaygoodbyefifo"
return 0
}

#### watching processes
Expand Down Expand Up @@ -10233,6 +10234,7 @@ main() {
buildimage "$Imagename"
finish
}
rocknroll || return 0

check_hostxenv # check X environment from host
check_snap # check if docker is installed in snap; causes restrictions
Expand Down

0 comments on commit 2c61c10

Please sign in to comment.