From f0a9fa026970c43095346c01b86ca72eb96c73c9 Mon Sep 17 00:00:00 2001 From: vitrinekast Date: Tue, 26 Mar 2024 14:13:27 +0000 Subject: [PATCH] remove error? --- templates/book.jinja | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/templates/book.jinja b/templates/book.jinja index e5e9048..baa6443 100644 --- a/templates/book.jinja +++ b/templates/book.jinja @@ -74,16 +74,7 @@ Users are assigned to groups, which allow them rights to read or edit files, run commands or apply infrastructural changes. For chopchop, we all have 'sudo rights': the ability to perform any command, including the more sensitive ones. Sudo is a command that's short for 'superuser do', with it, a user has more privileges, like installing or updating a package or performing a restart. - {% if users_created_today is defined %} - - {% if users_created_today|length > 0 %} - {{last_user_name}} user was added, and the network of trust grew ever so slightly. Users will be trusted with not just the keys and passwords to the "house" which is the server, but with a portion of responsibility to keep it afloat and contribute to what makes it a community of practices (and network of knowledge and dependence). - {% else - No new users were created today. The trust network remains the same size. - {% endif %} - - {% endif %} - + {% if list_package_installs|length > 0 %}
tldr@chopchop:~ $ grep 'install' /var/log/dpkg.log
Something here in the if statement is not working