Fixed update.sh line endings (fixes #705)

This commit is contained in:
Bernd Bestel 2020-04-12 15:42:25 +02:00
parent c562e09073
commit 7b39bc995c
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300
2 changed files with 1 additions and 1 deletions

View File

@ -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

View File

@ -33,4 +33,3 @@ rm -f ./grocy-latest.zip > /dev/null
popd > /dev/null
echo Finished updating grocy