mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-07-03 22:36:09 +00:00
Merge pull request #685 from roramirez/dev-npm-run
fix when is set dev parameter option in "npm start dev".
This commit is contained in:
commit
4163304b24
@ -1,4 +1,4 @@
|
|||||||
if [ -z "$DISPLAY" ]; then #If not set DISPLAY is SSH remote or tty
|
if [ -z "$DISPLAY" ]; then #If not set DISPLAY is SSH remote or tty
|
||||||
export DISPLAY=:0 # Set by defaul display
|
export DISPLAY=:0 # Set by defaul display
|
||||||
fi
|
fi
|
||||||
electron js/electron.js
|
electron js/electron.js $1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user