<!DOCTYPE html>
<html>
<meta name='viewport' content='width=device-width'>
-<meta http-equiv='Refresh' content='0;URL=/${BASE_NAME}' />
<head>
<style>
body {
echo "Downloading ${FULL_NAME}"
python3 -u -m gdrive_knife 2>&1 download --token ${AUTH_TOKEN} \
--key ${gdrive_encryption_key} --leave-as-archive ${FULL_NAME} /tmp
+
+RET_VAL=$?
+
+echo "\
+</body>"
+
+[ $RET_VAL -eq 0 ] && echo "\
+<meta http-equiv='Refresh' content='0;URL=/${BASE_NAME}' />"
+
echo "\
-</body>
</html>"