We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dca5759 commit 21c7f0dCopy full SHA for 21c7f0d
CHANGELOG.md
@@ -24,6 +24,7 @@ _This release is scheduled to be released on 2022-01-01._
24
- Added lithuanian language to translations.js
25
- Show info message if newsfeed is empty (fixes #2731)
26
- Added dangerouslyDisableAutoEscaping config option for newsfeed templates (fixes #2712)
27
+- Added missing shebang to `installers/mm.sh`.
28
29
### Fixed
30
installers/mm.sh
@@ -1,3 +1,4 @@
1
+#!/bin/bash
2
# This file is still here to keep PM2 working on older installations.
3
cd ~/MagicMirror
4
DISPLAY=:0 npm start
0 commit comments