mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 03:39:55 +00:00
Added missing shebang
This commit is contained in:
parent
dca5759569
commit
21c7f0da6e
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user