From: xf0r3m Date: Thu, 17 Aug 2023 17:00:34 +0000 (+0200) Subject: Usunięcie wywłania funkcji 'set_xfce4_notes_autostart' z pliku bazowego. Wywołanie... X-Git-Url: https://gitweb.morketsmerke.org/?a=commitdiff_plain;h=4f39b8d599c072a2f6ee7831ce70c042366b129e;p=immudex-testing.git Usunięcie wywłania funkcji 'set_xfce4_notes_autostart' z pliku bazowego. Wywołanie funkcji występuje w funkcji 'recreate_users' w skrypcie funkcji 'templat.sh'. Funkcja 'recreate_users' jest już wywoływana w pliku bazowym --- diff --git a/versions/base.sh b/versions/base.sh index 10cd98b..06f7fea 100644 --- a/versions/base.sh +++ b/versions/base.sh @@ -128,6 +128,5 @@ echo "127.0.1.1 immudex" >> /etc/hosts; recreate_users; echo "user ALL=(ALL:ALL) NOPASSWD:ALL" >> /etc/sudoers; echo "xf0r3m ALL=(ALL:ALL) NOPASSWD:ALL" >> /etc/sudoers; -set_xfce4_notes_autostart; tidy;