mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-22 05:07:05 +00:00
Use script for start MagicMirror
This commit is contained in:
4
run-start.sh
Normal file
4
run-start.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
if [ -z "$DISPLAY" ]; then #If not set DISPLAY is SSH remote or tty
|
||||
export DISPLAY=:0 # Set by defaul display
|
||||
fi
|
||||
electron js/electron.js
|
Reference in New Issue
Block a user