From e563d2c5ed94a5243678aef011cdd263c0be784a Mon Sep 17 00:00:00 2001 From: MegaV0lt Date: Tue, 24 Sep 2019 13:43:54 +0200 Subject: [PATCH] Update install.sh Indicate that we install log2ram on the detected init-system --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 64ace0c..871bd0e 100755 --- a/install.sh +++ b/install.sh @@ -19,7 +19,7 @@ case "$INIT" in ;; esac -echo "installing files for ${INIT}..." +echo "Installing log2ram for $INIT init-system" # log2ram mkdir -p /usr/local/bin/ install -m 755 log2ram /usr/local/bin/log2ram