From 116ada7716e060160f2a27f03b0a1ab5e725316c Mon Sep 17 00:00:00 2001 From: Bryan Roessler Date: Fri, 22 Oct 2021 19:12:14 -0400 Subject: [PATCH] Fix installer --- script-install-manual-scripts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script-install-manual-scripts b/script-install-manual-scripts index a602a544..b1ffdf12 100755 --- a/script-install-manual-scripts +++ b/script-install-manual-scripts @@ -26,7 +26,7 @@ for script in script-*; do done # Install manual -manual="$README.html" +manual="README.html" [[ ! -f "$manual" ]] && echo "No manual found, skipping!" && exit 1 for homedir in /home/*; do