From b067434f8643363c187ae2e3ebe7c0fbacb46b20 Mon Sep 17 00:00:00 2001 From: xf0r3m Date: Sat, 25 Apr 2026 12:19:31 +0200 Subject: [PATCH] =?utf8?q?Poprawienie=20b=C5=82ed=C3=B3w=20w=20pliku=20baz?= =?utf8?q?owym=20oraz=20w=20skryptcie=20immudex-install.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- tools/sbin/immudex-install | 2 +- versions/base.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/sbin/immudex-install b/tools/sbin/immudex-install index f89411d..0c5c636 100755 --- a/tools/sbin/immudex-install +++ b/tools/sbin/immudex-install @@ -49,7 +49,7 @@ if [ "$1" ]; then help; elif [ "$1" = "--version" ]; then version; - elif $(echo $1 | grep -q "--partition-size"); then + elif $(echo $1 | grep -q 'partition-size'); then idxPartSize=$(echo $1 | cut -d "=" -f2); else idxPartSize="3G"; diff --git a/versions/base.sh b/versions/base.sh index 2d390ed..df32e2a 100644 --- a/versions/base.sh +++ b/versions/base.sh @@ -67,7 +67,7 @@ chown root:root /usr/local/sbin/*; chmod 544 /usr/local/sbin/*; mkdir /usr/share/doc/immudex-motd; -cp -vv ~/immudex/tools/misc/motd.conf /usr/share/doc/immudex-motd/motd.conf; +cp -vv ~/immudex/tools/misc/motd.conf /usr/share/doc/immudex-motd/motd.conf.sample; cp -vv ~/immudex/tools/misc/immudex-hostname.service /etc/systemd/system; systemctl enable immudex-hostname.service; -- 2.39.5