Merge pull request #2745 from KristjanESPERANTO/shebang

Add missing shebang
This commit is contained in:
Michael Teeuw 2021-12-23 10:27:30 +01:00 committed by GitHub
commit be0b3b1d63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,7 @@ _This release is scheduled to be released on 2022-01-01._
- Added lithuanian language to translations.js
- Show info message if newsfeed is empty (fixes #2731)
- Added dangerouslyDisableAutoEscaping config option for newsfeed templates (fixes #2712)
- Added missing shebang to `installers/mm.sh`.
### Fixed

View File

@ -1,3 +1,4 @@
#!/bin/bash
# This file is still here to keep PM2 working on older installations.
cd ~/MagicMirror
DISPLAY=:0 npm start