remove useless output

This commit is contained in:
Jus de Patate_ 2021-07-28 17:30:45 +02:00
parent a7a556a99f
commit 7a28c1125a
1 changed files with 1 additions and 1 deletions

2
mkhtml
View File

@ -74,7 +74,7 @@ if [ -n "$STATDIR" ]; then
cp -r $STATDIR/* $BUILDSDIR
fi
cd -
cd - > /dev/null
echo ""
echo "Looks like all files were built"