Skip to content
Snippets Groups Projects

update: SDK 1.1.7, add cache-control to all resource calls

Merged Martin Lowe requested to merge malowe/main/http-caching into main
Files
9
+ 5
5
@@ -10,11 +10,11 @@ IFS=$'\n\t'
## Required due to JVM busybox usage
IS_BB=0
agnostic_cp () {
if [ $IS_BB == 1 ]; then
cp -f "${2}" "${1}"
else
cp -ut "${1}" "${2}"
fi
if [ $IS_BB == 1 ]; then
cp -f "${2}" "${1}"
else
cp -ut "${1}" "${2}"
fi
}
## Check sys + args
Loading