upgrade software to latest versions

This commit is contained in:
2017-06-13 13:13:55 +01:00
parent bce647dba8
commit 77eb5e9c73
15 changed files with 40 additions and 35 deletions

View File

@@ -1,6 +1,6 @@
## Environment
export_env LIGHTTPD_VERSION_MAJOR 1.4
export_env LIGHTTPD_VERSION_MINOR 39
export_env LIGHTTPD_VERSION_MINOR 45
export_env LIGHTTPD_VERSION $LIGHTTPD_VERSION_MAJOR.$LIGHTTPD_VERSION_MINOR
export_env LIGHTTPD_CONFIG /etc/lighttpd/lighttpd.conf
export_env LIGHTTPD_LOG /host/var/log/lighttpd/error.log
@@ -30,4 +30,4 @@ if [ $MODE == "minimal" ]; then
cd /opt
rm -r lighttpd-$LIGHTTPD_VERSION
rm lighttpd-$LIGHTTPD_VERSION.tar.gz
fi
fi