minor changes

This commit is contained in:
2025-05-26 15:54:49 +02:00
parent 1583862ddb
commit 1c29164a30
2 changed files with 7 additions and 7 deletions

View File

@@ -101,7 +101,7 @@ Once done go back to \"dokuwiki-install\" and run the following as root or using
clear ; printf '%s\n' "${wikinotice[@]}"
#
# Cleaning up and saving hostname for use with postinstall
echo $1 > hostname
echo "$1" > hostname
#
rm -Rf dokuwiki-stable.tgz nginx-install
#