]> gitweb.morketsmerke.org Git - immudex.git/commitdiff
Poprawienie błedów w pliku bazowym oraz w skryptcie immudex-install.
authorxf0r3m <jakubstasinski@protonmail.com>
Sat, 25 Apr 2026 10:19:31 +0000 (12:19 +0200)
committerxf0r3m <jakubstasinski@protonmail.com>
Sat, 25 Apr 2026 10:19:31 +0000 (12:19 +0200)
tools/sbin/immudex-install
versions/base.sh

index f89411d46d5543199fd1a181f2aff8b190011641..0c5c636d1af00c9e19c41ecc7262e0f334443e69 100755 (executable)
@@ -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"; 
index 2d390ed005fd19666371b0047d00ae0de7a09b9d..df32e2ab38b766362bd2e2b89bba5455a49bf58c 100644 (file)
@@ -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;