From 7b39bc995cc1e64416359e4ba74e73fb93c0ec44 Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Sun, 12 Apr 2020 15:42:25 +0200 Subject: [PATCH] Fixed update.sh line endings (fixes #705) --- changelog/58_UNRELEASED_2020-xx-xx.md | 1 + update.sh | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/58_UNRELEASED_2020-xx-xx.md b/changelog/58_UNRELEASED_2020-xx-xx.md index f5cf9eb1..dbcfe2ff 100644 --- a/changelog/58_UNRELEASED_2020-xx-xx.md +++ b/changelog/58_UNRELEASED_2020-xx-xx.md @@ -29,6 +29,7 @@ ### General & other improvements/fixes - Fixed that all number inputs are always prefilled in the browser locale number format +- Fixed (again) that the `update.sh` file had wrong line endings (DOS instead of Unix) - New `config.php` setting `FEATURE_FLAG_STOCK_BEST_BEFORE_DATE_FIELD_NUMBER_PAD` which activates the number pad for best-before-date fields on (supported) mobile browsers (useful because of [shorthands](https://github.com/grocy/grocy#input-shorthands-for-date-fields)) (defaults to `true`) (thanks @Mik-) - Enhancements for the camera barcode scanner (thanks @Mik-) - The light button only displayed when the device has a flash light diff --git a/update.sh b/update.sh index c3977824..b36ae2f0 100755 --- a/update.sh +++ b/update.sh @@ -33,4 +33,3 @@ rm -f ./grocy-latest.zip > /dev/null popd > /dev/null echo Finished updating grocy -