Fix installer

This commit is contained in:
2021-10-22 19:12:14 -04:00
parent 318c098c3d
commit 116ada7716

View File

@@ -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