diff --git a/etc/TODO.md b/etc/TODO.md index e56e7b32..2929574d 100644 --- a/etc/TODO.md +++ b/etc/TODO.md @@ -122,4 +122,6 @@ Caused by: org.postgresql.util.PSQLException: ERROR: relation "spring_session" d * fixed #272 prepare Release 2.3.23 * fixed #265 make release with maven plugin - +## 2.3.24 +* issue #277 heroku: Compiled slug size: 617.9M is too large (max is 500M) +* fixed #279 Formular Layout Errors diff --git a/src/main/bash/stop_services.sh b/src/main/bash/stop_services.sh new file mode 100644 index 00000000..62cae4a7 --- /dev/null +++ b/src/main/bash/stop_services.sh @@ -0,0 +1,9 @@ + +sudo systemctl stop mysql +sudo systemctl stop apache2 +sudo systemctl stop docker +sudo systemctl stop docker-registry +sudo systemctl stop virtualbox +sudo systemctl stop openvpn +sudo systemctl stop crtmpserver + diff --git a/src/main/resources/templates/user/login/loginForm.html b/src/main/resources/templates/user/login/loginForm.html index 6682666d..8450a276 100644 --- a/src/main/resources/templates/user/login/loginForm.html +++ b/src/main/resources/templates/user/login/loginForm.html @@ -49,28 +49,30 @@