Skip to content

Commit 83f7cb2

Browse files
committed
fix when is set dev parameter option in "npm start dev".
issue MagicMirrorOrg#684
1 parent fd738e5 commit 83f7cb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: run-start.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
if [ -z "$DISPLAY" ]; then #If not set DISPLAY is SSH remote or tty
22
export DISPLAY=:0 # Set by defaul display
33
fi
4-
electron js/electron.js
4+
electron js/electron.js $1

0 commit comments

Comments
 (0)