mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
removed comment
This commit is contained in:
parent
15219001b1
commit
0885938bda
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user