Compare commits

..

No commits in common. "master" and "fix-ssh-memebership" have entirely different histories.

2 changed files with 1 additions and 16 deletions

View file

@ -12,20 +12,6 @@ The **patch** part changes is incremented if multiple releases happen the same m
### Added
### Changed
### Fixed
### Removed
### Security
## [24.04]
### Added
* Prevent op_del to fail and able to remove web account when part of it is already removed
### Changed
@ -35,7 +21,6 @@ The **patch** part changes is incremented if multiple releases happen the same m
### Fixed
* letsencrypt: Add required check when retrieving certificate. (Avoid TypeError.)
* web-add.sh: Fix ssh group membership (#94)
### Removed

View file

@ -14,7 +14,7 @@
set -e
VERSION="24.04"
VERSION="23.02"
HOME="/root"
CONTACT_MAIL="jdoe@example.org"
WWWBOUNCE_MAIL="jdoe@example.org"