mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-07-10 09:14:37 +00:00
Merge pull request #2745 from KristjanESPERANTO/shebang
Add missing shebang
This commit is contained in:
commit
be0b3b1d63
@ -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