Added missing shebang

This commit is contained in:
Kristjan SCHMIDT 2021-12-22 21:00:13 +01:00
parent dca5759569
commit 21c7f0da6e
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 - Added lithuanian language to translations.js
- Show info message if newsfeed is empty (fixes #2731) - Show info message if newsfeed is empty (fixes #2731)
- Added dangerouslyDisableAutoEscaping config option for newsfeed templates (fixes #2712) - Added dangerouslyDisableAutoEscaping config option for newsfeed templates (fixes #2712)
- Added missing shebang to `installers/mm.sh`.
### Fixed ### Fixed

View File

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