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";
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;