removed comment

This commit is contained in:
Ulf Gebhardt 2022-03-12 03:12:22 +01:00
parent 15219001b1
commit 0885938bda
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -50,7 +50,6 @@ TODAY=$(date +"%Y-%m-%d")
# redirect all output of the script to the UPDATE_HTML and also have things on console # redirect all output of the script to the UPDATE_HTML and also have things on console
# TODO: this might pose a security risk # TODO: this might pose a security risk
# exec 3>&1 1>>$UPDATE_HTML 2>&1
exec > >(tee $UPDATE_HTML) 2>&1 exec > >(tee $UPDATE_HTML) 2>&1
# configure nginx for the update-page # configure nginx for the update-page