We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d2c49be + 6431915 commit b5c68f5Copy full SHA for b5c68f5
install.sh
@@ -85,7 +85,7 @@ if [ -d "/etc/cron.d" ]; then
85
chmod 644 /etc/cron.d/maldet_pub
86
fi
87
88
-if [ "$OSTYPE" != "FreeBSD" ]; then
+if [ "$(uname -s)" != "FreeBSD" ]; then
89
if test `cat /proc/1/comm` = "systemd"
90
then
91
mkdir -p /etc/systemd/system/
0 commit comments