remove directory output

This commit is contained in:
Ulf Gebhardt 2022-01-12 20:35:04 +01:00
parent 8df6fe859b
commit 601f5de061
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -29,9 +29,6 @@ touch $LOCK_FILE
# Create a new updating.html from the template # Create a new updating.html from the template
\cp $SCRIPT_DIR/nginx/update-page/updating.html.template $UPDATE_HTML \cp $SCRIPT_DIR/nginx/update-page/updating.html.template $UPDATE_HTML
echo "SCRIPT_DIR ${SCRIPT_DIR}<br>" >> $UPDATE_HTML
echo "PROJECT_ROOT ${PROJECT_ROOT}<br>" >> $UPDATE_HTML
# configure nginx for the update-page # configure nginx for the update-page
echo 'Configuring nginx to serve the update-page<br>' >> $UPDATE_HTML echo 'Configuring nginx to serve the update-page<br>' >> $UPDATE_HTML
rm /etc/nginx/sites-enabled/gradido.conf rm /etc/nginx/sites-enabled/gradido.conf